#AF95C1

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

Shades of East Side #AF95C1

Tints of East Side #AF95C1

Color information

#AF95C1 (or 0xAF95C1) is unknown color: approx East Side. HEX triplet: AF, 95 and C1. RGB value is (175,149,193). Sum of RGB (Red+Green+Blue) = 175+149+193=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C1 is #506A3E. Grayscale: #A1A1A1. Windows color (decimal): -5270079 or 12686767. OLE color: 12686767.

HSL color Cylindrical-coordinate representation of color #AF95C1: hue angle of 275.45º degrees, saturation: 0.26, 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 #AF95C1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175149193-
CMYK0.090.2300.24
HSL275.45º26.19%67.06%-
HSV(B)275.45º22.8%75.69%-
XYZ38.0534.4655.1-
YUV161.79145.61137.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=33.85%
G=28.82%
B=37.33%

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
Decimal1751491930.090.2300.24275.4526.1967.06
HexAF95C19170181131a43
Octal257225301112703042332103
Binary101011111001010111000001100110111011000100010011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95C1; }

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

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

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

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

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

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

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

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