Html Css Color HEX #AD9DEC Biloba Flower

📋 copy color: '#AD9DEC'

red 173 ◦ green 157 ◦ blue 236

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

Shades of Biloba Flower #AD9DEC

Tints of Biloba Flower #AD9DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 30.57%
G = 27.74%
B = 41.7%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD9DEC (or 0xAD9DEC) is known color: Biloba Flower. HEX triplet: AD, 9D and EC. RGB value is (173,157,236). Sum of RGB (Red+Green+Blue) = 173+157+236=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DEC is #526213. Grayscale: #AAAAAA. Windows color (decimal): -5399060 or 15506861. OLE color: 15506861.

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

Color convert

RGB 173 157 236 -
CMYK 0.27 0.33 0 0.07
HSL 252.15º 0.68% 0.77% -
HSV(B) 252.15º 0.33% 0.93% -
XYZ 44.43 39.05 84.55 -
YUV 170.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 173 157 236 0.27 0.33 0 0.07 252.15 0.68 0.77
Hex AD 9D EC 1B 21 0 7 FC 44 4D
Octal 255 235 354 33 41 0 7 374 104 115
Binary 10101101 10011101 11101100 11011 100001 0 111 11111100 1000100 1001101

Color Harmonies of #AD9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DEC

Black with #AD9DEC

Text Example


Text Example

White with #AD9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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