#A445A4

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

Shades of Violet Blue #A445A4

Tints of Violet Blue #A445A4

Color information

#A445A4 (or 0xA445A4) is unknown color: approx Violet Blue. HEX triplet: A4, 45 and A4. RGB value is (164,69,164). Sum of RGB (Red+Green+Blue) = 164+69+164=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A445A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A445A4 is #5BBA5B. Grayscale: #6B6B6B. Windows color (decimal): -6011484 or 10765732. OLE color: 10765732.

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

Color convert

RGB16469164-
CMYK00.5800.36
HSL300º40.77%45.69%-
HSV(B)300º57.93%64.31%-
XYZ24.1414.8336.71-
YUV108.24159.47167.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=41.31%
G=17.38%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646916400.5800.3630040.7745.69
HexA445A403A02412c292e
Octal2441052440720444545156
Binary1010010010001011010010001110100100100100101100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445A4; }

 p { color: rgb(164,69,164); }

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

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

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

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

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

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

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