#AF7CC1

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

Shades of East Side #AF7CC1

Tints of East Side #AF7CC1

Color information

#AF7CC1 (or 0xAF7CC1) is unknown color: approx East Side. HEX triplet: AF, 7C and C1. RGB value is (175,124,193). Sum of RGB (Red+Green+Blue) = 175+124+193=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CC1 is #50833E. Grayscale: #929292. Windows color (decimal): -5276479 or 12680367. OLE color: 12680367.

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

Color convert

RGB175124193-
CMYK0.090.3600.24
HSL284.35º35.75%62.16%-
HSV(B)284.35º35.75%75.69%-
XYZ34.5127.3853.92-
YUV147.12153.9147.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=35.57%
G=25.20%
B=39.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751241930.090.3600.24284.3535.7562.16
HexAF7CC192401811c243e
Octal25717430111440304344476
Binary101011111111100110000011001100100011000100011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CC1; }

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

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

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

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

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

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

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

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