#AF85C9

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

Shades of East Side #AF85C9

Tints of East Side #AF85C9

Color information

#AF85C9 (or 0xAF85C9) is unknown color: approx East Side. HEX triplet: AF, 85 and C9. RGB value is (175,133,201). Sum of RGB (Red+Green+Blue) = 175+133+201=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF85C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C9 is #507A36. Grayscale: #999999. Windows color (decimal): -5274167 or 13206959. OLE color: 13206959.

HSL color Cylindrical-coordinate representation of color #AF85C9: hue angle of 277.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF85C9 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175133201-
CMYK0.130.3400.21
HSL277.06º38.64%65.49%-
HSV(B)277.06º33.83%78.82%-
XYZ36.6130.1159.14-
YUV153.31154.91143.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=34.38%
G=26.13%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751332010.130.3400.21277.0638.6465.49
HexAF85C9D220151152741
Octal257205311154202542547101
Binary10101111100001011100100111011000100101011000101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85C9; }

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

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

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

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

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

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

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

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