Html Css Color HEX #AF77BB East Side

📋 copy color: '#AF77BB'

red 175 ◦ green 119 ◦ blue 187

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

Shades of East Side #AF77BB

Tints of East Side #AF77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 36.38%
G = 24.74%
B = 38.88%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF77BB (or 0xAF77BB) is known color: East Side. HEX triplet: AF, 77 and BB. RGB value is (175,119,187). Sum of RGB (Red+Green+Blue) = 175+119+187=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BB is #508844. Grayscale: #8F8F8F. Windows color (decimal): -5277765 or 12285871. OLE color: 12285871.

HSL color Cylindrical-coordinate representation of color #AF77BB: hue angle of 289.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF77BB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 119 187 -
CMYK 0.06 0.36 0 0.27
HSL 289.41º 0.33% 0.6% -
HSV(B) 289.41º 0.36% 0.73% -
XYZ 33.25 25.9 50.26 -
YUV 143.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 175 119 187 0.06 0.36 0 0.27 289.41 0.33 0.6
Hex AF 77 BB 6 24 0 1B 121 21 3C
Octal 257 167 273 6 44 0 33 441 41 74
Binary 10101111 1110111 10111011 110 100100 0 11011 100100001 100001 111100

Color Harmonies of #AF77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77BB

Black with #AF77BB

Text Example


Text Example

White with #AF77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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