#A3369E

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

Shades of Violet Blue #A3369E

Tints of Violet Blue #A3369E

Color information

#A3369E (or 0xA3369E) is unknown color: approx Violet Blue. HEX triplet: A3, 36 and 9E. RGB value is (163,54,158). Sum of RGB (Red+Green+Blue) = 163+54+158=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3369E is #5CC961. Grayscale: #626262. Windows color (decimal): -6080866 or 10368675. OLE color: 10368675.

HSL color Cylindrical-coordinate representation of color #A3369E: hue angle of 302.75º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3369E is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16354158-
CMYK00.670.030.36
HSL302.75º50.23%42.55%-
HSV(B)302.75º66.87%63.92%-
XYZ22.5912.8933.65-
YUV98.45161.61174.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=43.47%
G=14.4%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635415800.670.030.36302.7550.2342.55
HexA3369E04332412f322b
Octal2436623601033444576253
Binary10100011110110100111100100001111100100100101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3369E; }

 p { color: rgb(163,54,158); }

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

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

 a { background-color: rgb(163,54,158); }

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

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

 span { border-color: rgb(163,54,158); }

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