#A68DE8

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

Shades of Biloba Flower #A68DE8

Tints of Biloba Flower #A68DE8

Color information

#A68DE8 (or 0xA68DE8) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and E8. RGB value is (166,141,232). Sum of RGB (Red+Green+Blue) = 166+141+232=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #A68DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DE8 is #597217. Grayscale: #9E9E9E. Windows color (decimal): -5861912 or 15240614. OLE color: 15240614.

HSL color Cylindrical-coordinate representation of color #A68DE8: hue angle of 256.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68DE8 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166141232-
CMYK0.280.3900.09
HSL256.48º66.42%73.14%-
HSV(B)256.48º39.22%90.98%-
XYZ39.8232.9880.61-
YUV158.85169.28133.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=30.80%
G=26.16%
B=43.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661412320.280.3900.09256.4866.4273.14
HexA68DE81C27091004249
Octal2462153503447011400102111
Binary101001101000110111101000111001001110100110000000010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DE8; }

 p { color: rgb(166,141,232); }

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

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

 a { background-color: rgb(166,141,232); }

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

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

 span { border-color: rgb(166,141,232); }

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