#A68EE5

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

Shades of Biloba Flower #A68EE5

Tints of Biloba Flower #A68EE5

Color information

#A68EE5 (or 0xA68EE5) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and E5. RGB value is (166,142,229). Sum of RGB (Red+Green+Blue) = 166+142+229=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #A68EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EE5 is #59711A. Grayscale: #9E9E9E. Windows color (decimal): -5861659 or 15044262. OLE color: 15044262.

HSL color Cylindrical-coordinate representation of color #A68EE5: hue angle of 256.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68EE5 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166142229-
CMYK0.280.3800.10
HSL256.55º62.59%72.75%-
HSV(B)256.55º37.99%89.8%-
XYZ39.5433.1178.44-
YUV159.09167.45132.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=30.91%
G=26.44%
B=42.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661422290.280.3800.10256.5562.5972.75
HexA68EE51C260A1013f49
Octal246216345344601240177111
Binary10100110100011101110010111100100110010101000000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EE5; }

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

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

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

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

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

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

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

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