#A739AA

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

Shades of Violet Blue #A739AA

Tints of Violet Blue #A739AA

Color information

#A739AA (or 0xA739AA) is unknown color: approx Violet Blue. HEX triplet: A7, 39 and AA. RGB value is (167,57,170). Sum of RGB (Red+Green+Blue) = 167+57+170=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A739AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739AA is #58C655. Grayscale: #666666. Windows color (decimal): -5817942 or 11155879. OLE color: 11155879.

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

Color convert

RGB16757170-
CMYK0.020.6600.33
HSL298.41º49.78%44.51%-
HSV(B)298.41º66.47%66.67%-
XYZ24.6614.0439.44-
YUV102.77165.94173.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=42.39%
G=14.47%
B=43.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167571700.020.6600.33298.4149.7844.51
HexA739AA24202112a322d
Octal2477125221020414526255
Binary10100111111001101010101010000100100001100101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739AA; }

 p { color: rgb(167,57,170); }

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

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

 a { background-color: rgb(167,57,170); }

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

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

 span { border-color: rgb(167,57,170); }

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