Html Css Color HEX #AD80B6 East Side

📋 copy color: '#AD80B6'

red 173 ◦ green 128 ◦ blue 182

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

Shades of East Side #AD80B6

Tints of East Side #AD80B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 35.82%
G = 26.5%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD80B6 (or 0xAD80B6) is known color: East Side. HEX triplet: AD, 80 and B6. RGB value is (173,128,182). Sum of RGB (Red+Green+Blue) = 173+128+182=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD80B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80B6 is #527F49. Grayscale: #939393. Windows color (decimal): -5406538 or 11960493. OLE color: 11960493.

HSL color Cylindrical-coordinate representation of color #AD80B6: hue angle of 290º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD80B6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 128 182 -
CMYK 0.05 0.30 0 0.29
HSL 290º 0.27% 0.61% -
HSV(B) 290º 0.3% 0.71% -
XYZ 33.4 27.7 47.84 -
YUV 147.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 173 128 182 0.05 0.30 0 0.29 290 0.27 0.61
Hex AD 80 B6 5 1E 0 1D 122 1B 3D
Octal 255 200 266 5 36 0 35 442 33 75
Binary 10101101 10000000 10110110 101 11110 0 11101 100100010 11011 111101

Color Harmonies of #AD80B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80B6

Black with #AD80B6

Text Example


Text Example

White with #AD80B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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