Html Css Color HEX #AF77C0 East Side

📋 copy color: '#AF77C0'

red 175 ◦ green 119 ◦ blue 192

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

Shades of East Side #AF77C0

Tints of East Side #AF77C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 36.01%
G = 24.49%
B = 39.51%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF77C0 (or 0xAF77C0) is known color: East Side. HEX triplet: AF, 77 and C0. RGB value is (175,119,192). Sum of RGB (Red+Green+Blue) = 175+119+192=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF77C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77C0 is #50883F. Grayscale: #8F8F8F. Windows color (decimal): -5277760 or 12613551. OLE color: 12613551.

HSL color Cylindrical-coordinate representation of color #AF77C0: hue angle of 286.03º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF77C0 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 119 192 -
CMYK 0.09 0.38 0 0.25
HSL 286.03º 0.37% 0.61% -
HSV(B) 286.03º 0.38% 0.75% -
XYZ 33.79 26.11 53.13 -
YUV 144.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 175 119 192 0.09 0.38 0 0.25 286.03 0.37 0.61
Hex AF 77 C0 9 26 0 19 11E 25 3D
Octal 257 167 300 11 46 0 31 436 45 75
Binary 10101111 1110111 11000000 1001 100110 0 11001 100011110 100101 111101

Color Harmonies of #AF77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77C0

Black with #AF77C0

Text Example


Text Example

White with #AF77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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