#A12AED

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

Shades of Blue Violet #A12AED

Tints of Blue Violet #A12AED

Color information

#A12AED (or 0xA12AED) is unknown color: approx Blue Violet. HEX triplet: A1, 2A and ED. RGB value is (161,42,237). Sum of RGB (Red+Green+Blue) = 161+42+237=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A12AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12AED is #5ED512. Grayscale: #636363. Windows color (decimal): -6214931 or 15542945. OLE color: 15542945.

HSL color Cylindrical-coordinate representation of color #A12AED: hue angle of 276.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12AED is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16142237-
CMYK0.320.8200.07
HSL276.62º84.42%54.71%-
HSV(B)276.62º82.28%92.94%-
XYZ30.8115.3581.46-
YUV99.81205.42171.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 42 (16.80% from 255) = 9.55%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=36.59%
G=9.55%
B=53.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161422370.320.8200.07276.6284.4254.71
HexA12AED2052071155437
Octal24152355401220742512467
Binary1010000110101011101101100000101001001111000101011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12AED; }

 p { color: rgb(161,42,237); }

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

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

 a { background-color: rgb(161,42,237); }

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

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

 span { border-color: rgb(161,42,237); }

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