Html Css Color HEX #ADA2CC Biloba Flower

📋 copy color: '#ADA2CC'

red 173 ◦ green 162 ◦ blue 204

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

Shades of Biloba Flower #ADA2CC

Tints of Biloba Flower #ADA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 32.1%
G = 30.06%
B = 37.85%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADA2CC (or 0xADA2CC) is known color: Biloba Flower. HEX triplet: AD, A2 and CC. RGB value is (173,162,204). Sum of RGB (Red+Green+Blue) = 173+162+204=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CC is #525D33. Grayscale: #A9A9A9. Windows color (decimal): -5397812 or 13410989. OLE color: 13410989.

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

Color convert

RGB 173 162 204 -
CMYK 0.15 0.21 0 0.2
HSL 255.71º 0.29% 0.72% -
HSV(B) 255.71º 0.21% 0.8% -
XYZ 41.05 39.08 62.51 -
YUV 170.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 173 162 204 0.15 0.21 0 0.2 255.71 0.29 0.72
Hex AD A2 CC F 15 0 14 100 1D 48
Octal 255 242 314 17 25 0 24 400 35 110
Binary 10101101 10100010 11001100 1111 10101 0 10100 100000000 11101 1001000

Color Harmonies of #ADA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2CC

Black with #ADA2CC

Text Example


Text Example

White with #ADA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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