#A93BAE

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

Shades of Fuchsia #A93BAE

Tints of Fuchsia #A93BAE

Color information

#A93BAE (or 0xA93BAE) is unknown color: approx Fuchsia. HEX triplet: A9, 3B and AE. RGB value is (169,59,174). Sum of RGB (Red+Green+Blue) = 169+59+174=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #A93BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BAE is #56C451. Grayscale: #686868. Windows color (decimal): -5686354 or 11418537. OLE color: 11418537.

HSL color Cylindrical-coordinate representation of color #A93BAE: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93BAE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16959174-
CMYK0.030.6600.32
HSL297.39º49.36%45.69%-
HSV(B)297.39º66.09%68.24%-
XYZ25.5714.6241.52-
YUV105166.94173.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=42.04%
G=14.68%
B=43.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169591740.030.6600.32297.3949.3645.69
HexA93BAE342020129312e
Octal2517325631020404516156
Binary10101001111011101011101110000100100000100101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93BAE; }

 p { color: rgb(169,59,174); }

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

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

 a { background-color: rgb(169,59,174); }

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

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

 span { border-color: rgb(169,59,174); }

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