#AF94C1

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

Shades of East Side #AF94C1

Tints of East Side #AF94C1

Color information

#AF94C1 (or 0xAF94C1) is unknown color: approx East Side. HEX triplet: AF, 94 and C1. RGB value is (175,148,193). Sum of RGB (Red+Green+Blue) = 175+148+193=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C1 is #506B3E. Grayscale: #A1A1A1. Windows color (decimal): -5270335 or 12686511. OLE color: 12686511.

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

Color convert

RGB175148193-
CMYK0.090.2300.24
HSL276º26.63%66.86%-
HSV(B)276º23.32%75.69%-
XYZ37.8934.1455.05-
YUV161.2145.95137.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=33.91%
G=28.68%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751481930.090.2300.2427626.6366.86
HexAF94C19170181141b43
Octal257224301112703042433103
Binary101011111001010011000001100110111011000100010100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94C1; }

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

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

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

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

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

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

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

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