#ADA2DA

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

Shades of Biloba Flower #ADA2DA

Tints of Biloba Flower #ADA2DA

Color information

#ADA2DA (or 0xADA2DA) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and DA. RGB value is (173,162,218). Sum of RGB (Red+Green+Blue) = 173+162+218=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2DA is #525D25. Grayscale: #ABABAB. Windows color (decimal): -5397798 or 14328493. OLE color: 14328493.

HSL color Cylindrical-coordinate representation of color #ADA2DA: hue angle of 251.79º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA2DA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173162218-
CMYK0.210.2600.15
HSL251.79º43.08%74.51%-
HSV(B)251.79º25.69%85.49%-
XYZ42.8139.7971.75-
YUV171.67154.14128.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=31.28%
G=29.29%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731622180.210.2600.15251.7943.0874.51
HexADA2DA151A0Ffc2b4b
Octal255242332253201737453113
Binary101011011010001011011010101011101001111111111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2DA; }

 p { color: rgb(173,162,218); }

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

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

 a { background-color: rgb(173,162,218); }

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

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

 span { border-color: rgb(173,162,218); }

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