Html Css Color HEX #AD77CC East Side

📋 copy color: '#AD77CC'

red 173 ◦ green 119 ◦ blue 204

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

Shades of East Side #AD77CC

Tints of East Side #AD77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.99%

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

R = 34.88%
G = 23.99%
B = 41.13%

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

#AD77CC (or 0xAD77CC) is known color: East Side. HEX triplet: AD, 77 and CC. RGB value is (173,119,204). Sum of RGB (Red+Green+Blue) = 173+119+204=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD77CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77CC is #528833. Grayscale: #909090. Windows color (decimal): -5408820 or 13399981. OLE color: 13399981.

HSL color Cylindrical-coordinate representation of color #AD77CC: hue angle of 278.12º degrees, saturation: 0.45, 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 #AD77CC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 119 204 -
CMYK 0.15 0.42 0 0.2
HSL 278.12º 0.45% 0.63% -
HSV(B) 278.12º 0.42% 0.8% -
XYZ 34.73 26.44 60.4 -
YUV 144.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 173 119 204 0.15 0.42 0 0.2 278.12 0.45 0.63
Hex AD 77 CC F 2A 0 14 116 2D 3F
Octal 255 167 314 17 52 0 24 426 55 77
Binary 10101101 1110111 11001100 1111 101010 0 10100 100010110 101101 111111

Color Harmonies of #AD77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77CC

Black with #AD77CC

Text Example


Text Example

White with #AD77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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