Html Css Color HEX #AD80DD Biloba Flower

📋 copy color: '#AD80DD'

red 173 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #AD80DD

Tints of Biloba Flower #AD80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.52%

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

R = 33.14%
G = 24.52%
B = 42.34%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD80DD (or 0xAD80DD) is known color: Biloba Flower. HEX triplet: AD, 80 and DD. RGB value is (173,128,221). Sum of RGB (Red+Green+Blue) = 173+128+221=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DD is #527F22. Grayscale: #979797. Windows color (decimal): -5406499 or 14516397. OLE color: 14516397.

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

Color convert

RGB 173 128 221 -
CMYK 0.22 0.42 0 0.13
HSL 269.03º 0.58% 0.68% -
HSV(B) 269.03º 0.42% 0.87% -
XYZ 38 29.54 72.11 -
YUV 152.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 173 128 221 0.22 0.42 0 0.13 269.03 0.58 0.68
Hex AD 80 DD 16 2A 0 D 10D 3A 44
Octal 255 200 335 26 52 0 15 415 72 104
Binary 10101101 10000000 11011101 10110 101010 0 1101 100001101 111010 1000100

Color Harmonies of #AD80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80DD

Black with #AD80DD

Text Example


Text Example

White with #AD80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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