#AF85C7

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

Shades of East Side #AF85C7

Tints of East Side #AF85C7

Color information

#AF85C7 (or 0xAF85C7) is unknown color: approx East Side. HEX triplet: AF, 85 and C7. RGB value is (175,133,199). Sum of RGB (Red+Green+Blue) = 175+133+199=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF85C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C7 is #507A38. Grayscale: #989898. Windows color (decimal): -5274169 or 13075887. OLE color: 13075887.

HSL color Cylindrical-coordinate representation of color #AF85C7: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF85C7 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175133199-
CMYK0.120.3300.22
HSL278.18º37.08%65.1%-
HSV(B)278.18º33.17%78.04%-
XYZ36.3830.0157.91-
YUV153.08153.91143.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=34.52%
G=26.23%
B=39.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751331990.120.3300.22278.1837.0865.1
HexAF85C7C210161162541
Octal257205307144102642645101
Binary10101111100001011100011111001000010101101000101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85C7; }

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

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

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

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

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

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

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

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