Html Css Color HEX #AD80D9 Biloba Flower

📋 copy color: '#AD80D9'

red 173 ◦ green 128 ◦ blue 217

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

Shades of Biloba Flower #AD80D9

Tints of Biloba Flower #AD80D9

RGB

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

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

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

R = 33.4%
G = 24.71%
B = 41.89%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD80D9 (or 0xAD80D9) is known color: Biloba Flower. HEX triplet: AD, 80 and D9. RGB value is (173,128,217). Sum of RGB (Red+Green+Blue) = 173+128+217=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD80D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80D9 is #527F26. Grayscale: #979797. Windows color (decimal): -5406503 or 14254253. OLE color: 14254253.

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

Color convert

RGB 173 128 217 -
CMYK 0.20 0.41 0 0.15
HSL 270.34º 0.54% 0.68% -
HSV(B) 270.34º 0.41% 0.85% -
XYZ 37.48 29.33 69.33 -
YUV 151.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 173 128 217 0.20 0.41 0 0.15 270.34 0.54 0.68
Hex AD 80 D9 14 29 0 F 10E 36 44
Octal 255 200 331 24 51 0 17 416 66 104
Binary 10101101 10000000 11011001 10100 101001 0 1111 100001110 110110 1000100

Color Harmonies of #AD80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80D9

Black with #AD80D9

Text Example


Text Example

White with #AD80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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