Html Css Color HEX #AD9ED2 Biloba Flower

📋 copy color: '#AD9ED2'

red 173 ◦ green 158 ◦ blue 210

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

Shades of Biloba Flower #AD9ED2

Tints of Biloba Flower #AD9ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

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

R = 31.98%
G = 29.21%
B = 38.82%

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

#AD9ED2 (or 0xAD9ED2) is known color: Biloba Flower. HEX triplet: AD, 9E and D2. RGB value is (173,158,210). Sum of RGB (Red+Green+Blue) = 173+158+210=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ED2 is #52612D. Grayscale: #A8A8A8. Windows color (decimal): -5398830 or 13803181. OLE color: 13803181.

HSL color Cylindrical-coordinate representation of color #AD9ED2: hue angle of 257.31º 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 #AD9ED2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 158 210 -
CMYK 0.18 0.25 0 0.18
HSL 257.31º 0.37% 0.72% -
HSV(B) 257.31º 0.25% 0.82% -
XYZ 41.09 37.99 66.14 -
YUV 168.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 173 158 210 0.18 0.25 0 0.18 257.31 0.37 0.72
Hex AD 9E D2 12 19 0 12 101 25 48
Octal 255 236 322 22 31 0 22 401 45 110
Binary 10101101 10011110 11010010 10010 11001 0 10010 100000001 100101 1001000

Color Harmonies of #AD9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ED2

Black with #AD9ED2

Text Example


Text Example

White with #AD9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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