#A43DAA

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

Shades of Violet Blue #A43DAA

Tints of Violet Blue #A43DAA

Color information

#A43DAA (or 0xA43DAA) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and AA. RGB value is (164,61,170). Sum of RGB (Red+Green+Blue) = 164+61+170=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #A43DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAA is #5BC255. Grayscale: #676767. Windows color (decimal): -6013526 or 11156900. OLE color: 11156900.

HSL color Cylindrical-coordinate representation of color #A43DAA: hue angle of 296.7º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43DAA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16461170-
CMYK0.040.6400.33
HSL296.7º47.19%45.29%-
HSV(B)296.7º64.12%66.67%-
XYZ24.2314.1339.48-
YUV104.22165.12170.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=41.52%
G=15.44%
B=43.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164611700.040.6400.33296.747.1945.29
HexA43DAA4400211292f2d
Octal2447525241000414515755
Binary101001001111011010101010010000000100001100101001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DAA; }

 p { color: rgb(164,61,170); }

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

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

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

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

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

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

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