#AF75C1

Color #AF75C1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF75C1

Tints of East Side #AF75C1

Color information

#AF75C1 (or 0xAF75C1) is unknown color: approx East Side. HEX triplet: AF, 75 and C1. RGB value is (175,117,193). Sum of RGB (Red+Green+Blue) = 175+117+193=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75C1 is #508A3E. Grayscale: #8E8E8E. Windows color (decimal): -5278271 or 12678575. OLE color: 12678575.

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

Color convert

RGB175117193-
CMYK0.090.3900.24
HSL285.79º38%60.78%-
HSV(B)285.79º39.38%75.69%-
XYZ33.6725.6953.64-
YUV143.01156.22150.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=36.08%
G=24.12%
B=39.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751171930.090.3900.24285.793860.78
HexAF75C192701811e263d
Octal25716530111470304364675
Binary101011111110101110000011001100111011000100011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75C1; }

 p { color: rgb(175,117,193); }

 H1.HeaderClassName
 {
   color: #AF75C1;
 }
 .AnyTagClassName
 {
   color: #AF75C1;
 }
</style>
background-color css

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

 a { background-color: rgb(175,117,193); }

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

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

 span { border-color: rgb(175,117,193); }

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