#A5429E

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

Shades of Violet Blue #A5429E

Tints of Violet Blue #A5429E

Color information

#A5429E (or 0xA5429E) is unknown color: approx Violet Blue. HEX triplet: A5, 42 and 9E. RGB value is (165,66,158). Sum of RGB (Red+Green+Blue) = 165+66+158=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429E is #5ABD61. Grayscale: #696969. Windows color (decimal): -5946722 or 10371749. OLE color: 10371749.

HSL color Cylindrical-coordinate representation of color #A5429E: hue angle of 304.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5429E is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16566158-
CMYK00.600.040.35
HSL304.24º42.86%45.29%-
HSV(B)304.24º60%64.71%-
XYZ23.6414.3633.87-
YUV106.09157.3170.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=42.42%
G=16.97%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656615800.600.040.35304.2442.8645.29
HexA5429E03C4231302b2d
Octal2451022360744434605355
Binary101001011000010100111100111100100100011100110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5429E; }

 p { color: rgb(165,66,158); }

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

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

 a { background-color: rgb(165,66,158); }

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

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

 span { border-color: rgb(165,66,158); }

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