#A03FAA

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

Shades of Violet Blue #A03FAA

Tints of Violet Blue #A03FAA

Color information

#A03FAA (or 0xA03FAA) is unknown color: approx Violet Blue. HEX triplet: A0, 3F and AA. RGB value is (160,63,170). Sum of RGB (Red+Green+Blue) = 160+63+170=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #A03FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAA is #5FC055. Grayscale: #676767. Windows color (decimal): -6275158 or 11157408. OLE color: 11157408.

HSL color Cylindrical-coordinate representation of color #A03FAA: hue angle of 294.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03FAA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16063170-
CMYK0.060.6300.33
HSL294.39º45.92%45.69%-
HSV(B)294.39º62.94%66.67%-
XYZ23.5313.9339.48-
YUV104.2165.14167.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=40.71%
G=16.03%
B=43.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160631700.060.6300.33294.3945.9245.69
HexA03FAA63F0211262e2e
Octal240772526770414465656
Binary10100000111111101010101101111110100001100100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FAA; }

 p { color: rgb(160,63,170); }

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

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

 a { background-color: rgb(160,63,170); }

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

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

 span { border-color: rgb(160,63,170); }

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