#A68EEB

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

Shades of Biloba Flower #A68EEB

Tints of Biloba Flower #A68EEB

Color information

#A68EEB (or 0xA68EEB) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and EB. RGB value is (166,142,235). Sum of RGB (Red+Green+Blue) = 166+142+235=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #A68EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EEB is #597114. Grayscale: #9F9F9F. Windows color (decimal): -5861653 or 15437478. OLE color: 15437478.

HSL color Cylindrical-coordinate representation of color #A68EEB: hue angle of 255.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68EEB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166142235-
CMYK0.290.4000.08
HSL255.48º69.92%73.92%-
HSV(B)255.48º39.57%92.16%-
XYZ40.3933.4582.92-
YUV159.78170.45132.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=30.57%
G=26.15%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661422350.290.4000.08255.4869.9273.92
HexA68EEB1D2808ff464a
Octal2462163533550010377106112
Binary10100110100011101110101111101101000010001111111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EEB; }

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

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

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

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

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

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

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

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