Html Css Color HEX #AD80CE East Side

📋 copy color: '#AD80CE'

red 173 ◦ green 128 ◦ blue 206

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

Shades of East Side #AD80CE

Tints of East Side #AD80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 34.12%
G = 25.25%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD80CE (or 0xAD80CE) is known color: East Side. HEX triplet: AD, 80 and CE. RGB value is (173,128,206). Sum of RGB (Red+Green+Blue) = 173+128+206=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CE is #527F31. Grayscale: #969696. Windows color (decimal): -5406514 or 13533357. OLE color: 13533357.

HSL color Cylindrical-coordinate representation of color #AD80CE: hue angle of 274.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD80CE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 128 206 -
CMYK 0.16 0.38 0 0.19
HSL 274.62º 0.44% 0.65% -
HSV(B) 274.62º 0.38% 0.81% -
XYZ 36.09 28.78 62.05 -
YUV 150.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 173 128 206 0.16 0.38 0 0.19 274.62 0.44 0.65
Hex AD 80 CE 10 26 0 13 113 2C 41
Octal 255 200 316 20 46 0 23 423 54 101
Binary 10101101 10000000 11001110 10000 100110 0 10011 100010011 101100 1000001

Color Harmonies of #AD80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80CE

Black with #AD80CE

Text Example


Text Example

White with #AD80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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