#AF85BF

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

Shades of East Side #AF85BF

Tints of East Side #AF85BF

Color information

#AF85BF (or 0xAF85BF) is unknown color: approx East Side. HEX triplet: AF, 85 and BF. RGB value is (175,133,191). Sum of RGB (Red+Green+Blue) = 175+133+191=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85BF is #507A40. Grayscale: #979797. Windows color (decimal): -5274177 or 12551599. OLE color: 12551599.

HSL color Cylindrical-coordinate representation of color #AF85BF: hue angle of 283.45º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF85BF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175133191-
CMYK0.080.3000.25
HSL283.45º31.18%63.53%-
HSV(B)283.45º30.37%74.9%-
XYZ35.4729.6553.14-
YUV152.17149.91144.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 191 (75% from 255) = 38.28%
R=35.07%
G=26.65%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751331910.080.3000.25283.4531.1863.53
HexAF85BF81E01911b1f40
Octal257205277103603143337100
Binary101011111000010110111111100011110011001100011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85BF; }

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

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

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

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

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

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

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

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