#a12cf1

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

Shades of Blue Violet #A12CF1

Tints of Blue Violet #A12CF1

Color information

#A12CF1 (or 0xA12CF1) is unknown color: approx Blue Violet. HEX triplet: A1, 2C and F1. RGB value is (161,44,241). Sum of RGB (Red+Green+Blue) = 161+44+241=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #A12CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12CF1 is #5ED30E. Grayscale: #646464. Windows color (decimal): -6214415 or 15805601. OLE color: 15805601.

HSL color Cylindrical-coordinate representation of color #A12CF1: hue angle of 275.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12CF1 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16144241-
CMYK0.330.8200.05
HSL275.63º87.56%55.88%-
HSV(B)275.63º81.74%94.51%-
XYZ31.4815.7384.6-
YUV101.44206.76170.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 44 (17.58% from 255) = 9.87%
BLUE value IS 241 (94.53% from 255) = 54.04%
R=36.10%
G=9.87%
B=54.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161442410.330.8200.05275.6387.5655.88
HexA12CF12152051145838
Octal24154361411220542413070
Binary1010000110110011110001100001101001001011000101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12cf1; }

 p { color: rgb(161,44,241); }

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

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

 a { background-color: rgb(161,44,241); }

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

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

 span { border-color: rgb(161,44,241); }

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