#A12BE3

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

Shades of Blue Violet #A12BE3

Tints of Blue Violet #A12BE3

Color information

#A12BE3 (or 0xA12BE3) is unknown color: approx Blue Violet. HEX triplet: A1, 2B and E3. RGB value is (161,43,227). Sum of RGB (Red+Green+Blue) = 161+43+227=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #A12BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BE3 is #5ED41C. Grayscale: #626262. Windows color (decimal): -6214685 or 14887841. OLE color: 14887841.

HSL color Cylindrical-coordinate representation of color #A12BE3: hue angle of 278.48º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12BE3 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16143227-
CMYK0.290.8100.11
HSL278.48º76.67%52.94%-
HSV(B)278.48º81.06%89.02%-
XYZ29.4314.8573.99-
YUV99.26200.09172.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 227 (89.06% from 255) = 52.67%
R=37.35%
G=9.98%
B=52.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161432270.290.8100.11278.4876.6752.94
HexA12BE31D510B1164d35
Octal241533433512101342611565
Binary1010000110101111100011111011010001010111000101101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BE3; }

 p { color: rgb(161,43,227); }

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

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

 a { background-color: rgb(161,43,227); }

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

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

 span { border-color: rgb(161,43,227); }

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