Html Css Color HEX #AF77BE East Side

📋 copy color: '#AF77BE'

red 175 ◦ green 119 ◦ blue 190

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

Shades of East Side #AF77BE

Tints of East Side #AF77BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 36.16%
G = 24.59%
B = 39.26%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF77BE (or 0xAF77BE) is known color: East Side. HEX triplet: AF, 77 and BE. RGB value is (175,119,190). Sum of RGB (Red+Green+Blue) = 175+119+190=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BE is #508841. Grayscale: #8F8F8F. Windows color (decimal): -5277762 or 12482479. OLE color: 12482479.

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

Color convert

RGB 175 119 190 -
CMYK 0.08 0.37 0 0.25
HSL 287.32º 0.35% 0.61% -
HSV(B) 287.32º 0.37% 0.75% -
XYZ 33.57 26.03 51.97 -
YUV 143.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 175 119 190 0.08 0.37 0 0.25 287.32 0.35 0.61
Hex AF 77 BE 8 25 0 19 11F 23 3D
Octal 257 167 276 10 45 0 31 437 43 75
Binary 10101111 1110111 10111110 1000 100101 0 11001 100011111 100011 111101

Color Harmonies of #AF77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77BE

Black with #AF77BE

Text Example


Text Example

White with #AF77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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