Html Css Color HEX #AD9AD5 Biloba Flower

📋 copy color: '#AD9AD5'

red 173 ◦ green 154 ◦ blue 213

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

Shades of Biloba Flower #AD9AD5

Tints of Biloba Flower #AD9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 32.04%
G = 28.52%
B = 39.44%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD9AD5 (or 0xAD9AD5) is known color: Biloba Flower. HEX triplet: AD, 9A and D5. RGB value is (173,154,213). Sum of RGB (Red+Green+Blue) = 173+154+213=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD9AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD5 is #52652A. Grayscale: #A6A6A6. Windows color (decimal): -5399851 or 13998765. OLE color: 13998765.

HSL color Cylindrical-coordinate representation of color #AD9AD5: hue angle of 259.32º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9AD5 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 154 213 -
CMYK 0.19 0.28 0 0.16
HSL 259.32º 0.41% 0.72% -
HSV(B) 259.32º 0.28% 0.84% -
XYZ 40.8 36.8 67.9 -
YUV 166.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 173 154 213 0.19 0.28 0 0.16 259.32 0.41 0.72
Hex AD 9A D5 13 1C 0 10 103 29 48
Octal 255 232 325 23 34 0 20 403 51 110
Binary 10101101 10011010 11010101 10011 11100 0 10000 100000011 101001 1001000

Color Harmonies of #AD9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AD5

Black with #AD9AD5

Text Example


Text Example

White with #AD9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AD5; }

 p { color: rgb(173,154,213); }

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

background-color css

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

 a { background-color: rgb(173,154,213); }

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

border-color css

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

 span { border-color: rgb(173,154,213); }

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