Html Css Color HEX #AD77BF East Side

📋 copy color: '#AD77BF'

red 173 ◦ green 119 ◦ blue 191

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

Shades of East Side #AD77BF

Tints of East Side #AD77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.54%

R = 35.82%
G = 24.64%
B = 39.54%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD77BF (or 0xAD77BF) is known color: East Side. HEX triplet: AD, 77 and BF. RGB value is (173,119,191). Sum of RGB (Red+Green+Blue) = 173+119+191=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77BF is #528840. Grayscale: #8F8F8F. Windows color (decimal): -5408833 or 12548013. OLE color: 12548013.

HSL color Cylindrical-coordinate representation of color #AD77BF: hue angle of 285º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD77BF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 119 191 -
CMYK 0.09 0.38 0 0.25
HSL 285º 0.36% 0.61% -
HSV(B) 285º 0.38% 0.75% -
XYZ 33.23 25.84 52.53 -
YUV 143.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 173 119 191 0.09 0.38 0 0.25 285 0.36 0.61
Hex AD 77 BF 9 26 0 19 11D 24 3D
Octal 255 167 277 11 46 0 31 435 44 75
Binary 10101101 1110111 10111111 1001 100110 0 11001 100011101 100100 111101

Color Harmonies of #AD77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77BF

Black with #AD77BF

Text Example


Text Example

White with #AD77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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