#A68FEF

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

Shades of Biloba Flower #A68FEF

Tints of Biloba Flower #A68FEF

Color information

#A68FEF (or 0xA68FEF) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and EF. RGB value is (166,143,239). Sum of RGB (Red+Green+Blue) = 166+143+239=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #A68FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FEF is #597010. Grayscale: #A0A0A0. Windows color (decimal): -5861393 or 15699878. OLE color: 15699878.

HSL color Cylindrical-coordinate representation of color #A68FEF: hue angle of 254.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68FEF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166143239-
CMYK0.310.4000.06
HSL254.38º75%74.9%-
HSV(B)254.38º40.17%93.73%-
XYZ41.1333.9886.05-
YUV160.82172.12131.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=30.29%
G=26.09%
B=43.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661432390.310.4000.06254.387574.9
HexA68FEF1F2806fe4b4b
Octal246217357375006376113113
Binary1010011010001111111011111111110100001101111111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FEF; }

 p { color: rgb(166,143,239); }

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

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

 a { background-color: rgb(166,143,239); }

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

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

 span { border-color: rgb(166,143,239); }

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