Html Css Color HEX #AF77BA East Side

📋 copy color: '#AF77BA'

red 175 ◦ green 119 ◦ blue 186

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

Shades of East Side #AF77BA

Tints of East Side #AF77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 36.46%
G = 24.79%
B = 38.75%

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

#AF77BA (or 0xAF77BA) is known color: East Side. HEX triplet: AF, 77 and BA. RGB value is (175,119,186). Sum of RGB (Red+Green+Blue) = 175+119+186=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BA is #508845. Grayscale: #8F8F8F. Windows color (decimal): -5277766 or 12220335. OLE color: 12220335.

HSL color Cylindrical-coordinate representation of color #AF77BA: hue angle of 290.15º 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 #AF77BA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 119 186 -
CMYK 0.06 0.36 0 0.27
HSL 290.15º 0.33% 0.6% -
HSV(B) 290.15º 0.36% 0.73% -
XYZ 33.14 25.85 49.7 -
YUV 143.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 175 119 186 0.06 0.36 0 0.27 290.15 0.33 0.6
Hex AF 77 BA 6 24 0 1B 122 21 3C
Octal 257 167 272 6 44 0 33 442 41 74
Binary 10101111 1110111 10111010 110 100100 0 11011 100100010 100001 111100

Color Harmonies of #AF77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77BA

Black with #AF77BA

Text Example


Text Example

White with #AF77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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