Html Css Color HEX #AD92D9 Biloba Flower

📋 copy color: '#AD92D9'

red 173 ◦ green 146 ◦ blue 217

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

Shades of Biloba Flower #AD92D9

Tints of Biloba Flower #AD92D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.24%

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 32.28%
G = 27.24%
B = 40.49%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD92D9 (or 0xAD92D9) is known color: Biloba Flower. HEX triplet: AD, 92 and D9. RGB value is (173,146,217). Sum of RGB (Red+Green+Blue) = 173+146+217=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD92D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92D9 is #526D26. Grayscale: #A1A1A1. Windows color (decimal): -5401895 or 14258861. OLE color: 14258861.

HSL color Cylindrical-coordinate representation of color #AD92D9: hue angle of 262.82º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD92D9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 146 217 -
CMYK 0.20 0.33 0 0.15
HSL 262.82º 0.48% 0.71% -
HSV(B) 262.82º 0.33% 0.85% -
XYZ 40.04 34.45 70.19 -
YUV 162.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 173 146 217 0.20 0.33 0 0.15 262.82 0.48 0.71
Hex AD 92 D9 14 21 0 F 107 30 47
Octal 255 222 331 24 41 0 17 407 60 107
Binary 10101101 10010010 11011001 10100 100001 0 1111 100000111 110000 1000111

Color Harmonies of #AD92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92D9

Black with #AD92D9

Text Example


Text Example

White with #AD92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92D9; }

 p { color: rgb(173,146,217); }

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

background-color css

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

 a { background-color: rgb(173,146,217); }

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

border-color css

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

 span { border-color: rgb(173,146,217); }

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