#A243A2

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

Shades of Violet Blue #A243A2

Tints of Violet Blue #A243A2

Color information

#A243A2 (or 0xA243A2) is unknown color: approx Violet Blue. HEX triplet: A2, 43 and A2. RGB value is (162,67,162). Sum of RGB (Red+Green+Blue) = 162+67+162=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A243A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A243A2 is #5DBC5D. Grayscale: #696969. Windows color (decimal): -6143070 or 10634146. OLE color: 10634146.

HSL color Cylindrical-coordinate representation of color #A243A2: hue angle of 300º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A243A2 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16267162-
CMYK00.5900.36
HSL300º41.48%44.9%-
HSV(B)300º58.64%63.53%-
XYZ23.4314.335.71-
YUV106.24159.47167.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 67 (26.56% from 255) = 17.14%
BLUE value IS 162 (63.67% from 255) = 41.43%
R=41.43%
G=17.14%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626716200.5900.3630041.4844.9
HexA243A203B02412c292d
Octal2421032420730444545155
Binary1010001010000111010001001110110100100100101100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243A2; }

 p { color: rgb(162,67,162); }

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

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

 a { background-color: rgb(162,67,162); }

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

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

 span { border-color: rgb(162,67,162); }

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