#AF95C0

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

Shades of East Side #AF95C0

Tints of East Side #AF95C0

Color information

#AF95C0 (or 0xAF95C0) is unknown color: approx East Side. HEX triplet: AF, 95 and C0. RGB value is (175,149,192). Sum of RGB (Red+Green+Blue) = 175+149+192=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF95C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C0 is #506A3F. Grayscale: #A1A1A1. Windows color (decimal): -5270080 or 12621231. OLE color: 12621231.

HSL color Cylindrical-coordinate representation of color #AF95C0: hue angle of 276.28º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF95C0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175149192-
CMYK0.090.2200.25
HSL276.28º25.44%66.86%-
HSV(B)276.28º22.4%75.29%-
XYZ37.9434.4154.51-
YUV161.68145.11137.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=33.91%
G=28.88%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751491920.090.2200.25276.2825.4466.86
HexAF95C09160191141943
Octal257225300112603142431103
Binary101011111001010111000000100110110011001100010100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95C0; }

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

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

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

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

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

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

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

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