Html Css Color HEX #AD76CA East Side

📋 copy color: '#AD76CA'

red 173 ◦ green 118 ◦ blue 202

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

Shades of East Side #AD76CA

Tints of East Side #AD76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 35.09%
G = 23.94%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD76CA (or 0xAD76CA) is known color: East Side. HEX triplet: AD, 76 and CA. RGB value is (173,118,202). Sum of RGB (Red+Green+Blue) = 173+118+202=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76CA is #528935. Grayscale: #8F8F8F. Windows color (decimal): -5409078 or 13268653. OLE color: 13268653.

HSL color Cylindrical-coordinate representation of color #AD76CA: hue angle of 279.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD76CA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 118 202 -
CMYK 0.14 0.42 0 0.21
HSL 279.29º 0.44% 0.63% -
HSV(B) 279.29º 0.42% 0.79% -
XYZ 34.37 26.11 59.1 -
YUV 144.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 173 118 202 0.14 0.42 0 0.21 279.29 0.44 0.63
Hex AD 76 CA E 2A 0 15 117 2C 3F
Octal 255 166 312 16 52 0 25 427 54 77
Binary 10101101 1110110 11001010 1110 101010 0 10101 100010111 101100 111111

Color Harmonies of #AD76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76CA

Black with #AD76CA

Text Example


Text Example

White with #AD76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76CA; }

 p { color: rgb(173,118,202); }

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

background-color css

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

 a { background-color: rgb(173,118,202); }

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

border-color css

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

 span { border-color: rgb(173,118,202); }

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