Html Css Color HEX #AD77CA East Side

📋 copy color: '#AD77CA'

red 173 ◦ green 119 ◦ blue 202

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

Shades of East Side #AD77CA

Tints of East Side #AD77CA

RGB

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

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

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

R = 35.02%
G = 24.09%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD77CA (or 0xAD77CA) is known color: East Side. HEX triplet: AD, 77 and CA. RGB value is (173,119,202). Sum of RGB (Red+Green+Blue) = 173+119+202=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD77CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77CA is #528835. Grayscale: #909090. Windows color (decimal): -5408822 or 13268909. OLE color: 13268909.

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

Color convert

RGB 173 119 202 -
CMYK 0.14 0.41 0 0.21
HSL 279.04º 0.44% 0.63% -
HSV(B) 279.04º 0.41% 0.79% -
XYZ 34.49 26.34 59.14 -
YUV 144.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 173 119 202 0.14 0.41 0 0.21 279.04 0.44 0.63
Hex AD 77 CA E 29 0 15 117 2C 3F
Octal 255 167 312 16 51 0 25 427 54 77
Binary 10101101 1110111 11001010 1110 101001 0 10101 100010111 101100 111111

Color Harmonies of #AD77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77CA

Black with #AD77CA

Text Example


Text Example

White with #AD77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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