#AF9AC1

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

Shades of East Side #AF9AC1

Tints of East Side #AF9AC1

Color information

#AF9AC1 (or 0xAF9AC1) is unknown color: approx East Side. HEX triplet: AF, 9A and C1. RGB value is (175,154,193). Sum of RGB (Red+Green+Blue) = 175+154+193=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC1 is #50653E. Grayscale: #A4A4A4. Windows color (decimal): -5268799 or 12688047. OLE color: 12688047.

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

Color convert

RGB175154193-
CMYK0.090.2000.24
HSL272.31º23.93%68.04%-
HSV(B)272.31º20.21%75.69%-
XYZ38.8636.0855.37-
YUV164.72143.96135.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=33.52%
G=29.50%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751541930.090.2000.24272.3123.9368.04
HexAF9AC19140181101844
Octal257232301112403042030104
Binary101011111001101011000001100110100011000100010000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AC1; }

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

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

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

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

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

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

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

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