#AF8AC1

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

Shades of East Side #AF8AC1

Tints of East Side #AF8AC1

Color information

#AF8AC1 (or 0xAF8AC1) is unknown color: approx East Side. HEX triplet: AF, 8A and C1. RGB value is (175,138,193). Sum of RGB (Red+Green+Blue) = 175+138+193=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF8AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC1 is #50753E. Grayscale: #9B9B9B. Windows color (decimal): -5272895 or 12683951. OLE color: 12683951.

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

Color convert

RGB175138193-
CMYK0.090.2800.24
HSL280.36º30.73%64.9%-
HSV(B)280.36º28.5%75.69%-
XYZ36.3931.1454.54-
YUV155.33149.26142.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=34.58%
G=27.27%
B=38.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751381930.090.2800.24280.3630.7364.9
HexAF8AC191C0181181f41
Octal257212301113403043037101
Binary101011111000101011000001100111100011000100011000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AC1; }

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

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

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

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

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

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

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

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