Html Css Color HEX #AF77CE East Side

📋 copy color: '#AF77CE'

red 175 ◦ green 119 ◦ blue 206

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

Shades of East Side #AF77CE

Tints of East Side #AF77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 35%
G = 23.8%
B = 41.2%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF77CE (or 0xAF77CE) is known color: East Side. HEX triplet: AF, 77 and CE. RGB value is (175,119,206). Sum of RGB (Red+Green+Blue) = 175+119+206=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CE is #508831. Grayscale: #919191. Windows color (decimal): -5277746 or 13531055. OLE color: 13531055.

HSL color Cylindrical-coordinate representation of color #AF77CE: hue angle of 278.62º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF77CE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 119 206 -
CMYK 0.15 0.42 0 0.19
HSL 278.62º 0.47% 0.64% -
HSV(B) 278.62º 0.42% 0.81% -
XYZ 35.42 26.76 61.69 -
YUV 145.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 175 119 206 0.15 0.42 0 0.19 278.62 0.47 0.64
Hex AF 77 CE F 2A 0 13 117 2F 40
Octal 257 167 316 17 52 0 23 427 57 100
Binary 10101111 1110111 11001110 1111 101010 0 10011 100010111 101111 1000000

Color Harmonies of #AF77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77CE

Black with #AF77CE

Text Example


Text Example

White with #AF77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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