#A68BDC

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

Shades of Biloba Flower #A68BDC

Tints of Biloba Flower #A68BDC

Color information

#A68BDC (or 0xA68BDC) is unknown color: approx Biloba Flower. HEX triplet: A6, 8B and DC. RGB value is (166,139,220). Sum of RGB (Red+Green+Blue) = 166+139+220=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A68BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BDC is #597423. Grayscale: #9C9C9C. Windows color (decimal): -5862436 or 14453670. OLE color: 14453670.

HSL color Cylindrical-coordinate representation of color #A68BDC: hue angle of 260º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68BDC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166139220-
CMYK0.250.3700.14
HSL260º53.64%70.39%-
HSV(B)260º36.82%86.27%-
XYZ37.8831.7471.84-
YUV156.31163.95134.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=31.62%
G=26.48%
B=41.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661392200.250.3700.1426053.6470.39
HexA68BDC19250E1043646
Octal246213334314501640466106
Binary10100110100010111101110011001100101011101000001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BDC; }

 p { color: rgb(166,139,220); }

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

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

 a { background-color: rgb(166,139,220); }

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

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

 span { border-color: rgb(166,139,220); }

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