#A68ECF

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

Shades of Biloba Flower #A68ECF

Tints of Biloba Flower #A68ECF

Color information

#A68ECF (or 0xA68ECF) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and CF. RGB value is (166,142,207). Sum of RGB (Red+Green+Blue) = 166+142+207=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECF is #597130. Grayscale: #9C9C9C. Windows color (decimal): -5861681 or 13602470. OLE color: 13602470.

HSL color Cylindrical-coordinate representation of color #A68ECF: hue angle of 262.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68ECF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166142207-
CMYK0.200.3100.19
HSL262.15º40.37%68.43%-
HSV(B)262.15º31.4%81.18%-
XYZ36.6631.9663.27-
YUV156.59156.45134.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=32.23%
G=27.57%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661422070.200.3100.19262.1540.3768.43
HexA68ECF141F0131062844
Octal246216317243702340650104
Binary10100110100011101100111110100111110100111000001101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ECF; }

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

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

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

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

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

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

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

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