Html Css Color HEX #AD80DF Biloba Flower

📋 copy color: '#AD80DF'

red 173 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #AD80DF

Tints of Biloba Flower #AD80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 33.02%
G = 24.43%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD80DF (or 0xAD80DF) is known color: Biloba Flower. HEX triplet: AD, 80 and DF. RGB value is (173,128,223). Sum of RGB (Red+Green+Blue) = 173+128+223=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DF is #527F20. Grayscale: #979797. Windows color (decimal): -5406497 or 14647469. OLE color: 14647469.

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

Color convert

RGB 173 128 223 -
CMYK 0.22 0.43 0 0.13
HSL 268.42º 0.6% 0.69% -
HSV(B) 268.42º 0.43% 0.87% -
XYZ 38.27 29.65 73.52 -
YUV 152.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 173 128 223 0.22 0.43 0 0.13 268.42 0.6 0.69
Hex AD 80 DF 16 2B 0 D 10C 3C 45
Octal 255 200 337 26 53 0 15 414 74 105
Binary 10101101 10000000 11011111 10110 101011 0 1101 100001100 111100 1000101

Color Harmonies of #AD80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80DF

Black with #AD80DF

Text Example


Text Example

White with #AD80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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