#A43AA7

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

Shades of Violet Blue #A43AA7

Tints of Violet Blue #A43AA7

Color information

#A43AA7 (or 0xA43AA7) is unknown color: approx Violet Blue. HEX triplet: A4, 3A and A7. RGB value is (164,58,167). Sum of RGB (Red+Green+Blue) = 164+58+167=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #A43AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43AA7 is #5BC558. Grayscale: #656565. Windows color (decimal): -6014297 or 10959524. OLE color: 10959524.

HSL color Cylindrical-coordinate representation of color #A43AA7: hue angle of 298.35º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43AA7 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16458167-
CMYK0.020.6500.35
HSL298.35º48.44%44.12%-
HSV(B)298.35º65.27%65.49%-
XYZ23.813.7137.95-
YUV102.12164.62172.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 167 (65.62% from 255) = 42.93%
R=42.16%
G=14.91%
B=42.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164581670.020.6500.35298.3548.4444.12
HexA43AA724102312a302c
Octal2447224721010434526054
Binary10100100111010101001111010000010100011100101010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43AA7; }

 p { color: rgb(164,58,167); }

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

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

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

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

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

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

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