Html Css Color HEX #AF77BC East Side

📋 copy color: '#AF77BC'

red 175 ◦ green 119 ◦ blue 188

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

Shades of East Side #AF77BC

Tints of East Side #AF77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 36.31%
G = 24.69%
B = 39%

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

#AF77BC (or 0xAF77BC) is known color: East Side. HEX triplet: AF, 77 and BC. RGB value is (175,119,188). Sum of RGB (Red+Green+Blue) = 175+119+188=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BC is #508843. Grayscale: #8F8F8F. Windows color (decimal): -5277764 or 12351407. OLE color: 12351407.

HSL color Cylindrical-coordinate representation of color #AF77BC: hue angle of 288.7º degrees, saturation: 0.34, 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 #AF77BC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 119 188 -
CMYK 0.07 0.37 0 0.26
HSL 288.7º 0.34% 0.6% -
HSV(B) 288.7º 0.37% 0.74% -
XYZ 33.35 25.94 50.83 -
YUV 143.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 175 119 188 0.07 0.37 0 0.26 288.7 0.34 0.6
Hex AF 77 BC 7 25 0 1A 121 22 3C
Octal 257 167 274 7 45 0 32 441 42 74
Binary 10101111 1110111 10111100 111 100101 0 11010 100100001 100010 111100

Color Harmonies of #AF77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77BC

Black with #AF77BC

Text Example


Text Example

White with #AF77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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