#A962AE

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

Shades of Violet Blue #A962AE

Tints of Violet Blue #A962AE

Color information

#A962AE (or 0xA962AE) is unknown color: approx Violet Blue. HEX triplet: A9, 62 and AE. RGB value is (169,98,174). Sum of RGB (Red+Green+Blue) = 169+98+174=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A962AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A962AE is #569D51. Grayscale: #7F7F7F. Windows color (decimal): -5676370 or 11428521. OLE color: 11428521.

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

Color convert

RGB16998174-
CMYK0.030.4400.32
HSL296.05º31.93%53.33%-
HSV(B)296.05º43.68%68.24%-
XYZ28.3720.2342.45-
YUV127.89154.02157.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=38.32%
G=22.22%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169981740.030.4400.32296.0531.9353.33
HexA962AE32C0201282035
Octal2511422563540404504065
Binary10101001110001010101110111011000100000100101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962AE; }

 p { color: rgb(169,98,174); }

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

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

 a { background-color: rgb(169,98,174); }

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

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

 span { border-color: rgb(169,98,174); }

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