Html Css Color HEX #AD9DDE Biloba Flower

📋 copy color: '#AD9DDE'

red 173 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #AD9DDE

Tints of Biloba Flower #AD9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 31.34%
G = 28.44%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9DDE (or 0xAD9DDE) is known color: Biloba Flower. HEX triplet: AD, 9D and DE. RGB value is (173,157,222). Sum of RGB (Red+Green+Blue) = 173+157+222=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDE is #526221. Grayscale: #A8A8A8. Windows color (decimal): -5399074 or 14589357. OLE color: 14589357.

HSL color Cylindrical-coordinate representation of color #AD9DDE: hue angle of 254.77º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9DDE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 157 222 -
CMYK 0.22 0.29 0 0.13
HSL 254.77º 0.5% 0.74% -
HSV(B) 254.77º 0.29% 0.87% -
XYZ 42.48 38.27 74.26 -
YUV 169.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 173 157 222 0.22 0.29 0 0.13 254.77 0.5 0.74
Hex AD 9D DE 16 1D 0 D FF 32 4A
Octal 255 235 336 26 35 0 15 377 62 112
Binary 10101101 10011101 11011110 10110 11101 0 1101 11111111 110010 1001010

Color Harmonies of #AD9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DDE

Black with #AD9DDE

Text Example


Text Example

White with #AD9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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