#A2449B

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

Shades of Violet Blue #A2449B

Tints of Violet Blue #A2449B

Color information

#A2449B (or 0xA2449B) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and 9B. RGB value is (162,68,155). Sum of RGB (Red+Green+Blue) = 162+68+155=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2449B is #5DBB64. Grayscale: #696969. Windows color (decimal): -6142821 or 10175650. OLE color: 10175650.

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

Color convert

RGB16268155-
CMYK00.580.040.36
HSL304.47º40.87%45.1%-
HSV(B)304.47º58.02%63.53%-
XYZ22.8814.1832.54-
YUV106.02155.64167.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=42.08%
G=17.66%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626815500.580.040.36304.4740.8745.1
HexA2449B03A424130292d
Octal2421042330724444605155
Binary101000101000100100110110111010100100100100110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2449B; }

 p { color: rgb(162,68,155); }

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

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

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

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

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

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

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