Html Css Color HEX #AD80DC Biloba Flower

📋 copy color: '#AD80DC'

red 173 ◦ green 128 ◦ blue 220

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

Shades of Biloba Flower #AD80DC

Tints of Biloba Flower #AD80DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 33.21%
G = 24.57%
B = 42.23%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD80DC (or 0xAD80DC) is known color: Biloba Flower. HEX triplet: AD, 80 and DC. RGB value is (173,128,220). Sum of RGB (Red+Green+Blue) = 173+128+220=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DC is #527F23. Grayscale: #979797. Windows color (decimal): -5406500 or 14450861. OLE color: 14450861.

HSL color Cylindrical-coordinate representation of color #AD80DC: hue angle of 269.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD80DC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 128 220 -
CMYK 0.21 0.42 0 0.14
HSL 269.35º 0.57% 0.68% -
HSV(B) 269.35º 0.42% 0.86% -
XYZ 37.87 29.49 71.41 -
YUV 151.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 173 128 220 0.21 0.42 0 0.14 269.35 0.57 0.68
Hex AD 80 DC 15 2A 0 E 10D 39 44
Octal 255 200 334 25 52 0 16 415 71 104
Binary 10101101 10000000 11011100 10101 101010 0 1110 100001101 111001 1000100

Color Harmonies of #AD80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80DC

Black with #AD80DC

Text Example


Text Example

White with #AD80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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