Html Css Color HEX #ADA2DC Biloba Flower

📋 copy color: '#ADA2DC'

red 173 ◦ green 162 ◦ blue 220

#ADA2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #ADA2DC

Tints of Biloba Flower #ADA2DC

RGB

 RED value IS 173 (67.97% from 255) = 31.17%

 GREEN value IS 162 (63.67% from 255) = 29.19%

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 31.17%
G = 29.19%
B = 39.64%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA2DC (or 0xADA2DC) is known color: Biloba Flower. HEX triplet: AD, A2 and DC. RGB value is (173,162,220). Sum of RGB (Red+Green+Blue) = 173+162+220=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2DC is #525D23. Grayscale: #ABABAB. Windows color (decimal): -5397796 or 14459565. OLE color: 14459565.

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

Color convert

RGB 173 162 220 -
CMYK 0.21 0.26 0 0.14
HSL 251.38º 0.45% 0.75% -
HSV(B) 251.38º 0.26% 0.86% -
XYZ 43.07 39.89 73.14 -
YUV 171.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 173 162 220 0.21 0.26 0 0.14 251.38 0.45 0.75
Hex AD A2 DC 15 1A 0 E FB 2D 4B
Octal 255 242 334 25 32 0 16 373 55 113
Binary 10101101 10100010 11011100 10101 11010 0 1110 11111011 101101 1001011

Color Harmonies of #ADA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2DC

Black with #ADA2DC

Text Example


Text Example

White with #ADA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2DC; }

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

 H1.HeaderClassName
 {
   color: #ADA2DC;
 }
 .AnyTagClassName
 {
   color: #ADA2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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