Html Css Color HEX #AD80E9 Biloba Flower

📋 copy color: '#AD80E9'

red 173 ◦ green 128 ◦ blue 233

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

Shades of Biloba Flower #AD80E9

Tints of Biloba Flower #AD80E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 32.4%
G = 23.97%
B = 43.63%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD80E9 (or 0xAD80E9) is known color: Biloba Flower. HEX triplet: AD, 80 and E9. RGB value is (173,128,233). Sum of RGB (Red+Green+Blue) = 173+128+233=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD80E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80E9 is #527F16. Grayscale: #999999. Windows color (decimal): -5406487 or 15302829. OLE color: 15302829.

HSL color Cylindrical-coordinate representation of color #AD80E9: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD80E9 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 128 233 -
CMYK 0.26 0.45 0 0.09
HSL 265.71º 0.7% 0.71% -
HSV(B) 265.71º 0.45% 0.91% -
XYZ 39.66 30.21 80.83 -
YUV 153.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 173 128 233 0.26 0.45 0 0.09 265.71 0.7 0.71
Hex AD 80 E9 1A 2D 0 9 10A 46 47
Octal 255 200 351 32 55 0 11 412 106 107
Binary 10101101 10000000 11101001 11010 101101 0 1001 100001010 1000110 1000111

Color Harmonies of #AD80E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80E9

Black with #AD80E9

Text Example


Text Example

White with #AD80E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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