#A574AA

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

Shades of Violet Blue #A574AA

Tints of Violet Blue #A574AA

Color information

#A574AA (or 0xA574AA) is unknown color: approx Violet Blue. HEX triplet: A5, 74 and AA. RGB value is (165,116,170). Sum of RGB (Red+Green+Blue) = 165+116+170=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A574AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A574AA is #5A8B55. Grayscale: #888888. Windows color (decimal): -5933910 or 11170981. OLE color: 11170981.

HSL color Cylindrical-coordinate representation of color #A574AA: hue angle of 294.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A574AA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165116170-
CMYK0.030.3200.33
HSL294.44º24.11%56.08%-
HSV(B)294.44º31.76%66.67%-
XYZ29.0223.3941.02-
YUV136.81146.73148.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=36.59%
G=25.72%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651161700.030.3200.33294.4424.1156.08
HexA574AA3200211261838
Octal2451642523400414463070
Binary1010010111101001010101011100000010000110010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574AA; }

 p { color: rgb(165,116,170); }

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

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

 a { background-color: rgb(165,116,170); }

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

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

 span { border-color: rgb(165,116,170); }

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