Html Css Color HEX #AD9DED Biloba Flower

📋 copy color: '#AD9DED'

red 173 ◦ green 157 ◦ blue 237

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

Shades of Biloba Flower #AD9DED

Tints of Biloba Flower #AD9DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 30.51%
G = 27.69%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD9DED (or 0xAD9DED) is known color: Biloba Flower. HEX triplet: AD, 9D and ED. RGB value is (173,157,237). Sum of RGB (Red+Green+Blue) = 173+157+237=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DED is #526212. Grayscale: #AAAAAA. Windows color (decimal): -5399059 or 15572397. OLE color: 15572397.

HSL color Cylindrical-coordinate representation of color #AD9DED: hue angle of 252º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9DED is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 157 237 -
CMYK 0.27 0.34 0 0.07
HSL 252º 0.69% 0.77% -
HSV(B) 252º 0.34% 0.93% -
XYZ 44.58 39.11 85.32 -
YUV 170.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 173 157 237 0.27 0.34 0 0.07 252 0.69 0.77
Hex AD 9D ED 1B 22 0 7 FC 45 4D
Octal 255 235 355 33 42 0 7 374 105 115
Binary 10101101 10011101 11101101 11011 100010 0 111 11111100 1000101 1001101

Color Harmonies of #AD9DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DED

Black with #AD9DED

Text Example


Text Example

White with #AD9DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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