#a373aa

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

Shades of Violet Blue #A373AA

Tints of Violet Blue #A373AA

Color information

#A373AA (or 0xA373AA) is unknown color: approx Violet Blue. HEX triplet: A3, 73 and AA. RGB value is (163,115,170). Sum of RGB (Red+Green+Blue) = 163+115+170=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A373AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373AA is #5C8C55. Grayscale: #878787. Windows color (decimal): -6065238 or 11170723. OLE color: 11170723.

HSL color Cylindrical-coordinate representation of color #A373AA: hue angle of 292.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A373AA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163115170-
CMYK0.040.3200.33
HSL292.36º24.44%55.88%-
HSV(B)292.36º32.35%66.67%-
XYZ28.4922.9540.96-
YUV135.62147.4147.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=36.38%
G=25.67%
B=37.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631151700.040.3200.33292.3624.4455.88
HexA373AA4200211241838
Octal2431632524400414443070
Binary10100011111001110101010100100000010000110010010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a373aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a373aa; }

 p { color: rgb(163,115,170); }

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

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

 a { background-color: rgb(163,115,170); }

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

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

 span { border-color: rgb(163,115,170); }

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