Html Css Color HEX #AD80C3 East Side

📋 copy color: '#AD80C3'

red 173 ◦ green 128 ◦ blue 195

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

Shades of East Side #AD80C3

Tints of East Side #AD80C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 34.88%
G = 25.81%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD80C3 (or 0xAD80C3) is known color: East Side. HEX triplet: AD, 80 and C3. RGB value is (173,128,195). Sum of RGB (Red+Green+Blue) = 173+128+195=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD80C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80C3 is #527F3C. Grayscale: #949494. Windows color (decimal): -5406525 or 12812461. OLE color: 12812461.

HSL color Cylindrical-coordinate representation of color #AD80C3: hue angle of 280.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD80C3 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 128 195 -
CMYK 0.11 0.34 0 0.24
HSL 280.3º 0.36% 0.63% -
HSV(B) 280.3º 0.34% 0.76% -
XYZ 34.8 28.26 55.25 -
YUV 149.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 173 128 195 0.11 0.34 0 0.24 280.3 0.36 0.63
Hex AD 80 C3 B 22 0 18 118 24 3F
Octal 255 200 303 13 42 0 30 430 44 77
Binary 10101101 10000000 11000011 1011 100010 0 11000 100011000 100100 111111

Color Harmonies of #AD80C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80C3

Black with #AD80C3

Text Example


Text Example

White with #AD80C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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