#A753AA

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

Shades of Violet Blue #A753AA

Tints of Violet Blue #A753AA

Color information

#A753AA (or 0xA753AA) is unknown color: approx Violet Blue. HEX triplet: A7, 53 and AA. RGB value is (167,83,170). Sum of RGB (Red+Green+Blue) = 167+83+170=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #A753AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A753AA is #58AC55. Grayscale: #757575. Windows color (decimal): -5811286 or 11162535. OLE color: 11162535.

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

Color convert

RGB16783170-
CMYK0.020.5100.33
HSL297.93º34.39%49.61%-
HSV(B)297.93º51.18%66.67%-
XYZ26.2917.339.98-
YUV118.03157.33162.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=39.76%
G=19.76%
B=40.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167831700.020.5100.33297.9334.3949.61
HexA753AA23302112a2232
Octal2471232522630414524262
Binary10100111101001110101010101100110100001100101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A753AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A753AA; }

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

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

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

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

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

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

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

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