Html Css Color HEX #AF77CC East Side

📋 copy color: '#AF77CC'

red 175 ◦ green 119 ◦ blue 204

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

Shades of East Side #AF77CC

Tints of East Side #AF77CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 35.14%
G = 23.9%
B = 40.96%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF77CC (or 0xAF77CC) is known color: East Side. HEX triplet: AF, 77 and CC. RGB value is (175,119,204). Sum of RGB (Red+Green+Blue) = 175+119+204=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF77CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CC is #508833. Grayscale: #919191. Windows color (decimal): -5277748 or 13399983. OLE color: 13399983.

HSL color Cylindrical-coordinate representation of color #AF77CC: hue angle of 279.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF77CC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 119 204 -
CMYK 0.14 0.42 0 0.2
HSL 279.53º 0.45% 0.63% -
HSV(B) 279.53º 0.42% 0.8% -
XYZ 35.18 26.67 60.42 -
YUV 145.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 175 119 204 0.14 0.42 0 0.2 279.53 0.45 0.63
Hex AF 77 CC E 2A 0 14 118 2D 3F
Octal 257 167 314 16 52 0 24 430 55 77
Binary 10101111 1110111 11001100 1110 101010 0 10100 100011000 101101 111111

Color Harmonies of #AF77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77CC

Black with #AF77CC

Text Example


Text Example

White with #AF77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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