#AF85C1

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

Shades of East Side #AF85C1

Tints of East Side #AF85C1

Color information

#AF85C1 (or 0xAF85C1) is unknown color: approx East Side. HEX triplet: AF, 85 and C1. RGB value is (175,133,193). Sum of RGB (Red+Green+Blue) = 175+133+193=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF85C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C1 is #507A3E. Grayscale: #989898. Windows color (decimal): -5274175 or 12682671. OLE color: 12682671.

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

Color convert

RGB175133193-
CMYK0.090.3100.24
HSL282º32.61%63.92%-
HSV(B)282º31.09%75.69%-
XYZ35.6929.7454.31-
YUV152.4150.91144.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=34.93%
G=26.55%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751331930.090.3100.2428232.6163.92
HexAF85C191F01811a2140
Octal257205301113703043241100
Binary1010111110000101110000011001111110110001000110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85C1; }

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

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

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

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

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

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

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

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