#A462AF

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

Shades of Violet Blue #A462AF

Tints of Violet Blue #A462AF

Color information

#A462AF (or 0xA462AF) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AF. RGB value is (164,98,175). Sum of RGB (Red+Green+Blue) = 164+98+175=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A462AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AF is #5B9D50. Grayscale: #7E7E7E. Windows color (decimal): -6004049 or 11494052. OLE color: 11494052.

HSL color Cylindrical-coordinate representation of color #A462AF: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A462AF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16498175-
CMYK0.060.4400.31
HSL291.43º32.49%53.53%-
HSV(B)291.43º44%68.63%-
XYZ27.4219.7242.92-
YUV126.51155.37154.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=37.53%
G=22.43%
B=40.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164981750.060.4400.31291.4332.4953.53
HexA462AF62C01F1232036
Octal2441422576540374434066
Binary10100100110001010101111110101100011111100100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AF; }

 p { color: rgb(164,98,175); }

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

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

 a { background-color: rgb(164,98,175); }

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

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

 span { border-color: rgb(164,98,175); }

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