#AF8FC4

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

Shades of East Side #AF8FC4

Tints of East Side #AF8FC4

Color information

#AF8FC4 (or 0xAF8FC4) is unknown color: approx East Side. HEX triplet: AF, 8F and C4. RGB value is (175,143,196). Sum of RGB (Red+Green+Blue) = 175+143+196=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FC4 is #50703B. Grayscale: #9E9E9E. Windows color (decimal): -5271612 or 12881839. OLE color: 12881839.

HSL color Cylindrical-coordinate representation of color #AF8FC4: hue angle of 276.23º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8FC4 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175143196-
CMYK0.110.2700.23
HSL276.23º30.99%66.47%-
HSV(B)276.23º27.04%76.86%-
XYZ37.4732.7456.57-
YUV158.61149.1139.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=34.05%
G=27.82%
B=38.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751431960.110.2700.23276.2330.9966.47
HexAF8FC4B1B0171141f42
Octal257217304133302742437102
Binary101011111000111111000100101111011010111100010100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FC4; }

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

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

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

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

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

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

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

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