#AF95C5

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

Shades of East Side #AF95C5

Tints of East Side #AF95C5

Color information

#AF95C5 (or 0xAF95C5) is unknown color: approx East Side. HEX triplet: AF, 95 and C5. RGB value is (175,149,197). Sum of RGB (Red+Green+Blue) = 175+149+197=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C5 is #506A3A. Grayscale: #A2A2A2. Windows color (decimal): -5270075 or 12948911. OLE color: 12948911.

HSL color Cylindrical-coordinate representation of color #AF95C5: hue angle of 272.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF95C5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175149197-
CMYK0.110.2400.23
HSL272.5º29.27%67.84%-
HSV(B)272.5º24.37%77.25%-
XYZ38.534.6457.48-
YUV162.25147.61137.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 197 (77.34% from 255) = 37.81%
R=33.59%
G=28.60%
B=37.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751491970.110.2400.23272.529.2767.84
HexAF95C5B180171101d44
Octal257225305133002742035104
Binary101011111001010111000101101111000010111100010000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95C5; }

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

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

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

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

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

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

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

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