#AF86CD

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

Shades of East Side #AF86CD

Tints of East Side #AF86CD

Color information

#AF86CD (or 0xAF86CD) is unknown color: approx East Side. HEX triplet: AF, 86 and CD. RGB value is (175,134,205). Sum of RGB (Red+Green+Blue) = 175+134+205=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86CD is #507932. Grayscale: #9A9A9A. Windows color (decimal): -5273907 or 13469359. OLE color: 13469359.

HSL color Cylindrical-coordinate representation of color #AF86CD: hue angle of 274.65º 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 #AF86CD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175134205-
CMYK0.150.3500.20
HSL274.65º41.52%66.47%-
HSV(B)274.65º34.63%80.39%-
XYZ37.2230.5761.7-
YUV154.35156.58142.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=34.05%
G=26.07%
B=39.88%

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
Decimal1751342050.150.3500.20274.6541.5266.47
HexAF86CDF230141132a42
Octal257206315174302442352102
Binary10101111100001101100110111111000110101001000100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86CD; }

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

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

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

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

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

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

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

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