#AF7FC3

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

Shades of East Side #AF7FC3

Tints of East Side #AF7FC3

Color information

#AF7FC3 (or 0xAF7FC3) is unknown color: approx East Side. HEX triplet: AF, 7F and C3. RGB value is (175,127,195). Sum of RGB (Red+Green+Blue) = 175+127+195=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF7FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FC3 is #50803C. Grayscale: #949494. Windows color (decimal): -5275709 or 12812207. OLE color: 12812207.

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

Color convert

RGB175127195-
CMYK0.100.3500.24
HSL282.35º36.17%63.14%-
HSV(B)282.35º34.87%76.47%-
XYZ35.1228.2355.23-
YUV149.1153.9146.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=35.21%
G=25.55%
B=39.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751271950.100.3500.24282.3536.1763.14
HexAF7FC3A2301811a243f
Octal25717730312430304324477
Binary101011111111111110000111010100011011000100011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FC3; }

 p { color: rgb(175,127,195); }

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

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

 a { background-color: rgb(175,127,195); }

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

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

 span { border-color: rgb(175,127,195); }

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