#A68EFB

Color #A68EFB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A68EFB

Tints of Biloba Flower #A68EFB

Color information

#A68EFB (or 0xA68EFB) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and FB. RGB value is (166,142,251). Sum of RGB (Red+Green+Blue) = 166+142+251=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #A68EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EFB is #597104. Grayscale: #A1A1A1. Windows color (decimal): -5861637 or 16486054. OLE color: 16486054.

HSL color Cylindrical-coordinate representation of color #A68EFB: hue angle of 253.21º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68EFB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166142251-
CMYK0.340.4300.02
HSL253.21º93.16%77.06%-
HSV(B)253.21º43.43%98.43%-
XYZ42.8134.4295.65-
YUV161.6178.45131.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=29.70%
G=25.40%
B=44.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661422510.340.4300.02253.2193.1677.06
HexA68EFB222B02fd5d4d
Octal246216373425302375135115
Binary1010011010001110111110111000101010110101111110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EFB; }

 p { color: rgb(166,142,251); }

 H1.HeaderClassName
 {
   color: #A68EFB;
 }
 .AnyTagClassName
 {
   color: #A68EFB;
 }
</style>
background-color css

<style>
 a { background-color: #A68EFB; }

 a { background-color: rgb(166,142,251); }

 div.DivClassName
 {
   background-color: #A68EFB;
 }
 .BgClassName
 {
   background-color: #A68EFB;
 }
</style>
border-color css

<style>
 span { border-color: #A68EFB; }

 span { border-color: rgb(166,142,251); }

 td.TdClassName
 {
   border-color: #A68EFB;
 }
 .TagClassName
 {
   border-color: #A68EFB;
 }
</style>