Html Css Color HEX #AD9ED4 Biloba Flower

📋 copy color: '#AD9ED4'

red 173 ◦ green 158 ◦ blue 212

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

Shades of Biloba Flower #AD9ED4

Tints of Biloba Flower #AD9ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 31.86%
G = 29.1%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD9ED4 (or 0xAD9ED4) is known color: Biloba Flower. HEX triplet: AD, 9E and D4. RGB value is (173,158,212). Sum of RGB (Red+Green+Blue) = 173+158+212=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ED4 is #52612B. Grayscale: #A8A8A8. Windows color (decimal): -5398828 or 13934253. OLE color: 13934253.

HSL color Cylindrical-coordinate representation of color #AD9ED4: hue angle of 256.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9ED4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 158 212 -
CMYK 0.18 0.25 0 0.17
HSL 256.67º 0.39% 0.73% -
HSV(B) 256.67º 0.25% 0.83% -
XYZ 41.34 38.09 67.46 -
YUV 168.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 173 158 212 0.18 0.25 0 0.17 256.67 0.39 0.73
Hex AD 9E D4 12 19 0 11 101 27 49
Octal 255 236 324 22 31 0 21 401 47 111
Binary 10101101 10011110 11010100 10010 11001 0 10001 100000001 100111 1001001

Color Harmonies of #AD9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ED4

Black with #AD9ED4

Text Example


Text Example

White with #AD9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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