Html Css Color HEX #AF77C9 East Side

📋 copy color: '#AF77C9'

red 175 ◦ green 119 ◦ blue 201

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

Shades of East Side #AF77C9

Tints of East Side #AF77C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 35.35%
G = 24.04%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF77C9 (or 0xAF77C9) is known color: East Side. HEX triplet: AF, 77 and C9. RGB value is (175,119,201). Sum of RGB (Red+Green+Blue) = 175+119+201=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF77C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77C9 is #508836. Grayscale: #909090. Windows color (decimal): -5277751 or 13203375. OLE color: 13203375.

HSL color Cylindrical-coordinate representation of color #AF77C9: hue angle of 280.98º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF77C9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 119 201 -
CMYK 0.13 0.41 0 0.21
HSL 280.98º 0.43% 0.63% -
HSV(B) 280.98º 0.41% 0.79% -
XYZ 34.82 26.52 58.54 -
YUV 145.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 175 119 201 0.13 0.41 0 0.21 280.98 0.43 0.63
Hex AF 77 C9 D 29 0 15 119 2B 3F
Octal 257 167 311 15 51 0 25 431 53 77
Binary 10101111 1110111 11001001 1101 101001 0 10101 100011001 101011 111111

Color Harmonies of #AF77C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77C9

Black with #AF77C9

Text Example


Text Example

White with #AF77C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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