#A5469A

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

Shades of Violet Blue #A5469A

Tints of Violet Blue #A5469A

Color information

#A5469A (or 0xA5469A) is unknown color: approx Violet Blue. HEX triplet: A5, 46 and 9A. RGB value is (165,70,154). Sum of RGB (Red+Green+Blue) = 165+70+154=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5469A is #5AB965. Grayscale: #6B6B6B. Windows color (decimal): -5945702 or 10110629. OLE color: 10110629.

HSL color Cylindrical-coordinate representation of color #A5469A: hue angle of 306.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5469A is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16570154-
CMYK00.580.070.35
HSL306.95º40.43%46.08%-
HSV(B)306.95º57.58%64.71%-
XYZ23.5414.7132.17-
YUV107.98153.97168.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=42.42%
G=17.99%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657015400.580.070.35306.9540.4346.08
HexA5469A03A723133282e
Octal2451062320727434635056
Binary101001011000110100110100111010111100011100110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5469A; }

 p { color: rgb(165,70,154); }

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

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

 a { background-color: rgb(165,70,154); }

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

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

 span { border-color: rgb(165,70,154); }

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