#A68FDE

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

Shades of Biloba Flower #A68FDE

Tints of Biloba Flower #A68FDE

Color information

#A68FDE (or 0xA68FDE) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and DE. RGB value is (166,143,222). Sum of RGB (Red+Green+Blue) = 166+143+222=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDE is #597021. Grayscale: #9E9E9E. Windows color (decimal): -5861410 or 14585766. OLE color: 14585766.

HSL color Cylindrical-coordinate representation of color #A68FDE: hue angle of 257.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68FDE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166143222-
CMYK0.250.3600.13
HSL257.47º54.48%71.57%-
HSV(B)257.47º35.59%87.06%-
XYZ38.7333.0373.44-
YUV158.88163.62133.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=31.26%
G=26.93%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661432220.250.3600.13257.4754.4871.57
HexA68FDE19240D1013648
Octal246217336314401540166110
Binary10100110100011111101111011001100100011011000000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FDE; }

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

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

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

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

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

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

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

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