#A4469B

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

Shades of Violet Blue #A4469B

Tints of Violet Blue #A4469B

Color information

#A4469B (or 0xA4469B) is unknown color: approx Violet Blue. HEX triplet: A4, 46 and 9B. RGB value is (164,70,155). Sum of RGB (Red+Green+Blue) = 164+70+155=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4469B is #5BB964. Grayscale: #6B6B6B. Windows color (decimal): -6011237 or 10176164. OLE color: 10176164.

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

Color convert

RGB16470155-
CMYK00.570.050.36
HSL305.74º40.17%45.88%-
HSV(B)305.74º57.32%64.31%-
XYZ23.4214.6432.6-
YUV107.8154.64168.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=42.16%
G=17.99%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647015500.570.050.36305.7440.1745.88
HexA4469B039524132282e
Octal2441062330715444625056
Binary101001001000110100110110111001101100100100110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4469B; }

 p { color: rgb(164,70,155); }

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

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

 a { background-color: rgb(164,70,155); }

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

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

 span { border-color: rgb(164,70,155); }

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