#AF8FCA

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

Shades of East Side #AF8FCA

Tints of East Side #AF8FCA

Color information

#AF8FCA (or 0xAF8FCA) is unknown color: approx East Side. HEX triplet: AF, 8F and CA. RGB value is (175,143,202). Sum of RGB (Red+Green+Blue) = 175+143+202=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCA is #507035. Grayscale: #9F9F9F. Windows color (decimal): -5271606 or 13275055. OLE color: 13275055.

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

Color convert

RGB175143202-
CMYK0.130.2900.21
HSL272.54º35.76%67.65%-
HSV(B)272.54º29.21%79.22%-
XYZ38.1633.0260.24-
YUV159.29152.1139.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=33.65%
G=27.5%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751432020.130.2900.21272.5435.7667.65
HexAF8FCAD1D0151112444
Octal257217312153502542144104
Binary1010111110001111110010101101111010101011000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FCA; }

 p { color: rgb(175,143,202); }

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

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

 a { background-color: rgb(175,143,202); }

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

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

 span { border-color: rgb(175,143,202); }

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