#A935AA

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

Shades of Violet Blue #A935AA

Tints of Violet Blue #A935AA

Color information

#A935AA (or 0xA935AA) is unknown color: approx Violet Blue. HEX triplet: A9, 35 and AA. RGB value is (169,53,170). Sum of RGB (Red+Green+Blue) = 169+53+170=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #A935AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935AA is #56CA55. Grayscale: #646464. Windows color (decimal): -5687894 or 11154857. OLE color: 11154857.

HSL color Cylindrical-coordinate representation of color #A935AA: hue angle of 299.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A935AA is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16953170-
CMYK0.010.6900.33
HSL299.49º52.47%43.73%-
HSV(B)299.49º68.82%66.67%-
XYZ24.8913.8839.4-
YUV101.02166.93176.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=43.11%
G=13.52%
B=43.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169531700.010.6900.33299.4952.4743.73
HexA935AA14502112b342c
Octal2516525211050414536454
Binary1010100111010110101010110001010100001100101011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935AA; }

 p { color: rgb(169,53,170); }

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

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

 a { background-color: rgb(169,53,170); }

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

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

 span { border-color: rgb(169,53,170); }

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