Html Css Color HEX #AD9DE8 Biloba Flower

📋 copy color: '#AD9DE8'

red 173 ◦ green 157 ◦ blue 232

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

Shades of Biloba Flower #AD9DE8

Tints of Biloba Flower #AD9DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 30.78%
G = 27.94%
B = 41.28%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD9DE8 (or 0xAD9DE8) is known color: Biloba Flower. HEX triplet: AD, 9D and E8. RGB value is (173,157,232). Sum of RGB (Red+Green+Blue) = 173+157+232=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD9DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DE8 is #526217. Grayscale: #AAAAAA. Windows color (decimal): -5399064 or 15244717. OLE color: 15244717.

HSL color Cylindrical-coordinate representation of color #AD9DE8: hue angle of 252.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9DE8 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 157 232 -
CMYK 0.25 0.32 0 0.09
HSL 252.8º 0.62% 0.76% -
HSV(B) 252.8º 0.32% 0.91% -
XYZ 43.86 38.82 81.53 -
YUV 170.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 173 157 232 0.25 0.32 0 0.09 252.8 0.62 0.76
Hex AD 9D E8 19 20 0 9 FD 3E 4C
Octal 255 235 350 31 40 0 11 375 76 114
Binary 10101101 10011101 11101000 11001 100000 0 1001 11111101 111110 1001100

Color Harmonies of #AD9DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DE8

Black with #AD9DE8

Text Example


Text Example

White with #AD9DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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