#A682DB

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

Shades of Biloba Flower #A682DB

Tints of Biloba Flower #A682DB

Color information

#A682DB (or 0xA682DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 82 and DB. RGB value is (166,130,219). Sum of RGB (Red+Green+Blue) = 166+130+219=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A682DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DB is #597D24. Grayscale: #969696. Windows color (decimal): -5864741 or 14385830. OLE color: 14385830.

HSL color Cylindrical-coordinate representation of color #A682DB: hue angle of 264.27º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A682DB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166130219-
CMYK0.240.4100.14
HSL264.27º55.28%68.43%-
HSV(B)264.27º40.64%85.88%-
XYZ36.4929.1970.73-
YUV150.91166.43138.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=32.23%
G=25.24%
B=42.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661302190.240.4100.14264.2755.2868.43
HexA682DB18290E1083744
Octal246202333305101641067104
Binary10100110100000101101101111000101001011101000010001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682DB; }

 p { color: rgb(166,130,219); }

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

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

 a { background-color: rgb(166,130,219); }

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

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

 span { border-color: rgb(166,130,219); }

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