Html Css Color HEX #AD76CC East Side

📋 copy color: '#AD76CC'

red 173 ◦ green 118 ◦ blue 204

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

Shades of East Side #AD76CC

Tints of East Side #AD76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 34.95%
G = 23.84%
B = 41.21%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD76CC (or 0xAD76CC) is known color: East Side. HEX triplet: AD, 76 and CC. RGB value is (173,118,204). Sum of RGB (Red+Green+Blue) = 173+118+204=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76CC is #528933. Grayscale: #8F8F8F. Windows color (decimal): -5409076 or 13399725. OLE color: 13399725.

HSL color Cylindrical-coordinate representation of color #AD76CC: hue angle of 278.37º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD76CC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 118 204 -
CMYK 0.15 0.42 0 0.2
HSL 278.37º 0.46% 0.63% -
HSV(B) 278.37º 0.42% 0.8% -
XYZ 34.61 26.2 60.36 -
YUV 144.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 173 118 204 0.15 0.42 0 0.2 278.37 0.46 0.63
Hex AD 76 CC F 2A 0 14 116 2E 3F
Octal 255 166 314 17 52 0 24 426 56 77
Binary 10101101 1110110 11001100 1111 101010 0 10100 100010110 101110 111111

Color Harmonies of #AD76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76CC

Black with #AD76CC

Text Example


Text Example

White with #AD76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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