#A739AD

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

Shades of Violet Blue #A739AD

Tints of Violet Blue #A739AD

Color information

#A739AD (or 0xA739AD) is unknown color: approx Violet Blue. HEX triplet: A7, 39 and AD. RGB value is (167,57,173). Sum of RGB (Red+Green+Blue) = 167+57+173=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #A739AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739AD is #58C652. Grayscale: #666666. Windows color (decimal): -5817939 or 11352487. OLE color: 11352487.

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

Color convert

RGB16757173-
CMYK0.030.6700.32
HSL296.9º50.43%45.1%-
HSV(B)296.9º67.05%67.84%-
XYZ24.9414.1640.95-
YUV103.11167.44173.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=42.07%
G=14.36%
B=43.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167571730.030.6700.32296.950.4345.1
HexA739AD343020129322d
Octal2477125531030404516255
Binary10100111111001101011011110000110100000100101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739AD; }

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

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

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

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

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

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

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

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