Html Css Color HEX #ADA0CB Biloba Flower

📋 copy color: '#ADA0CB'

red 173 ◦ green 160 ◦ blue 203

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

Shades of Biloba Flower #ADA0CB

Tints of Biloba Flower #ADA0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.85%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 32.28%
G = 29.85%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADA0CB (or 0xADA0CB) is known color: Biloba Flower. HEX triplet: AD, A0 and CB. RGB value is (173,160,203). Sum of RGB (Red+Green+Blue) = 173+160+203=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0CB is #525F34. Grayscale: #A8A8A8. Windows color (decimal): -5398325 or 13344941. OLE color: 13344941.

HSL color Cylindrical-coordinate representation of color #ADA0CB: hue angle of 258.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA0CB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 160 203 -
CMYK 0.15 0.21 0 0.20
HSL 258.14º 0.29% 0.71% -
HSV(B) 258.14º 0.21% 0.8% -
XYZ 40.58 38.34 61.76 -
YUV 168.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 173 160 203 0.15 0.21 0 0.20 258.14 0.29 0.71
Hex AD A0 CB F 15 0 14 102 1D 47
Octal 255 240 313 17 25 0 24 402 35 107
Binary 10101101 10100000 11001011 1111 10101 0 10100 100000010 11101 1000111

Color Harmonies of #ADA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0CB

Black with #ADA0CB

Text Example


Text Example

White with #ADA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0CB; }

 p { color: rgb(173,160,203); }

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

background-color css

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

 a { background-color: rgb(173,160,203); }

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

border-color css

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

 span { border-color: rgb(173,160,203); }

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