Html Css Color HEX #AD9DD2 Biloba Flower

📋 copy color: '#AD9DD2'

red 173 ◦ green 157 ◦ blue 210

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

Shades of Biloba Flower #AD9DD2

Tints of Biloba Flower #AD9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.07%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 32.04%
G = 29.07%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD9DD2 (or 0xAD9DD2) is known color: Biloba Flower. HEX triplet: AD, 9D and D2. RGB value is (173,157,210). Sum of RGB (Red+Green+Blue) = 173+157+210=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD9DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD2 is #52622D. Grayscale: #A7A7A7. Windows color (decimal): -5399086 or 13802925. OLE color: 13802925.

HSL color Cylindrical-coordinate representation of color #AD9DD2: hue angle of 258.11º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9DD2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 157 210 -
CMYK 0.18 0.25 0 0.18
HSL 258.11º 0.37% 0.72% -
HSV(B) 258.11º 0.25% 0.82% -
XYZ 40.92 37.65 66.08 -
YUV 167.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 173 157 210 0.18 0.25 0 0.18 258.11 0.37 0.72
Hex AD 9D D2 12 19 0 12 102 25 48
Octal 255 235 322 22 31 0 22 402 45 110
Binary 10101101 10011101 11010010 10010 11001 0 10010 100000010 100101 1001000

Color Harmonies of #AD9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DD2

Black with #AD9DD2

Text Example


Text Example

White with #AD9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DD2; }

 p { color: rgb(173,157,210); }

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

background-color css

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

 a { background-color: rgb(173,157,210); }

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

border-color css

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

 span { border-color: rgb(173,157,210); }

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