Html Css Color HEX #AD80C8 East Side

📋 copy color: '#AD80C8'

red 173 ◦ green 128 ◦ blue 200

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

Shades of East Side #AD80C8

Tints of East Side #AD80C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 34.53%
G = 25.55%
B = 39.92%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD80C8 (or 0xAD80C8) is known color: East Side. HEX triplet: AD, 80 and C8. RGB value is (173,128,200). Sum of RGB (Red+Green+Blue) = 173+128+200=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80C8 is #527F37. Grayscale: #959595. Windows color (decimal): -5406520 or 13140141. OLE color: 13140141.

HSL color Cylindrical-coordinate representation of color #AD80C8: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD80C8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 128 200 -
CMYK 0.14 0.36 0 0.22
HSL 277.5º 0.4% 0.64% -
HSV(B) 277.5º 0.36% 0.78% -
XYZ 35.38 28.49 58.28 -
YUV 149.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 173 128 200 0.14 0.36 0 0.22 277.5 0.4 0.64
Hex AD 80 C8 E 24 0 16 116 28 40
Octal 255 200 310 16 44 0 26 426 50 100
Binary 10101101 10000000 11001000 1110 100100 0 10110 100010110 101000 1000000

Color Harmonies of #AD80C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80C8

Black with #AD80C8

Text Example


Text Example

White with #AD80C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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