#A2468E

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

Shades of Violet Blue #A2468E

Tints of Violet Blue #A2468E

Color information

#A2468E (or 0xA2468E) is unknown color: approx Violet Blue. HEX triplet: A2, 46 and 8E. RGB value is (162,70,142). Sum of RGB (Red+Green+Blue) = 162+70+142=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468E is #5DB971. Grayscale: #696969. Windows color (decimal): -6142322 or 9324194. OLE color: 9324194.

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

Color convert

RGB16270142-
CMYK00.570.120.36
HSL313.04º39.66%45.49%-
HSV(B)313.04º56.79%63.53%-
XYZ21.9714.0127.14-
YUV105.72148.48168.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=43.32%
G=18.72%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627014200.570.120.36313.0439.6645.49
HexA2468E039C24139282d
Octal24210621607114444715055
Binary1010001010001101000111001110011100100100100111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2468E; }

 p { color: rgb(162,70,142); }

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

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

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

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

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

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

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