Html Css Color HEX #AD92DD Biloba Flower

📋 copy color: '#AD92DD'

red 173 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #AD92DD

Tints of Biloba Flower #AD92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 32.04%
G = 27.04%
B = 40.93%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD92DD (or 0xAD92DD) is known color: Biloba Flower. HEX triplet: AD, 92 and DD. RGB value is (173,146,221). Sum of RGB (Red+Green+Blue) = 173+146+221=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DD is #526D22. Grayscale: #A2A2A2. Windows color (decimal): -5401891 or 14521005. OLE color: 14521005.

HSL color Cylindrical-coordinate representation of color #AD92DD: hue angle of 261.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD92DD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 146 221 -
CMYK 0.22 0.34 0 0.13
HSL 261.6º 0.52% 0.72% -
HSV(B) 261.6º 0.34% 0.87% -
XYZ 40.56 34.66 72.96 -
YUV 162.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 173 146 221 0.22 0.34 0 0.13 261.6 0.52 0.72
Hex AD 92 DD 16 22 0 D 106 34 48
Octal 255 222 335 26 42 0 15 406 64 110
Binary 10101101 10010010 11011101 10110 100010 0 1101 100000110 110100 1001000

Color Harmonies of #AD92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92DD

Black with #AD92DD

Text Example


Text Example

White with #AD92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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