#AF85CD

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

Shades of East Side #AF85CD

Tints of East Side #AF85CD

Color information

#AF85CD (or 0xAF85CD) is unknown color: approx East Side. HEX triplet: AF, 85 and CD. RGB value is (175,133,205). Sum of RGB (Red+Green+Blue) = 175+133+205=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85CD is #507A32. Grayscale: #999999. Windows color (decimal): -5274163 or 13469103. OLE color: 13469103.

HSL color Cylindrical-coordinate representation of color #AF85CD: hue angle of 275º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF85CD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175133205-
CMYK0.150.3500.20
HSL275º41.86%66.27%-
HSV(B)275º35.12%80.39%-
XYZ37.0930.361.65-
YUV153.77156.91143.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=34.11%
G=25.93%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751332050.150.3500.2027541.8666.27
HexAF85CDF230141132a42
Octal257205315174302442352102
Binary10101111100001011100110111111000110101001000100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85CD; }

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

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

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

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

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

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

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

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