Html Css Color HEX #AF77BD East Side

📋 copy color: '#AF77BD'

red 175 ◦ green 119 ◦ blue 189

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

Shades of East Side #AF77BD

Tints of East Side #AF77BD

RGB

 RED value IS 175 (68.75% from 255) = 36.23%

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 36.23%
G = 24.64%
B = 39.13%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF77BD (or 0xAF77BD) is known color: East Side. HEX triplet: AF, 77 and BD. RGB value is (175,119,189). Sum of RGB (Red+Green+Blue) = 175+119+189=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BD is #508842. Grayscale: #8F8F8F. Windows color (decimal): -5277763 or 12416943. OLE color: 12416943.

HSL color Cylindrical-coordinate representation of color #AF77BD: hue angle of 288º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF77BD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 119 189 -
CMYK 0.07 0.37 0 0.26
HSL 288º 0.35% 0.6% -
HSV(B) 288º 0.37% 0.74% -
XYZ 33.46 25.98 51.4 -
YUV 143.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 175 119 189 0.07 0.37 0 0.26 288 0.35 0.6
Hex AF 77 BD 7 25 0 1A 120 23 3C
Octal 257 167 275 7 45 0 32 440 43 74
Binary 10101111 1110111 10111101 111 100101 0 11010 100100000 100011 111100

Color Harmonies of #AF77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77BD

Black with #AF77BD

Text Example


Text Example

White with #AF77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77BD; }

 p { color: rgb(175,119,189); }

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

background-color css

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

 a { background-color: rgb(175,119,189); }

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

border-color css

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

 span { border-color: rgb(175,119,189); }

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