Html Css Color HEX #A12EEE Blue Violet

📋 copy color: '#A12EEE'

red 161 ◦ green 46 ◦ blue 238

#A12EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A12EEE

Tints of Blue Violet #A12EEE

RGB

 RED value IS 161 (63.28% from 255) = 36.18%

 GREEN value IS 46 (18.36% from 255) = 10.34%

 BLUE value IS 238 (93.36% from 255) = 53.48%

R = 36.18%
G = 10.34%
B = 53.48%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A12EEE (or 0xA12EEE) is known color: Blue Violet. HEX triplet: A1, 2E and EE. RGB value is (161,46,238). Sum of RGB (Red+Green+Blue) = 161+46+238=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #A12EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EEE is #5ED111. Grayscale: #656565. Windows color (decimal): -6213906 or 15609505. OLE color: 15609505.

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

Color convert

RGB 161 46 238 -
CMYK 0.32 0.81 0 0.07
HSL 275.94º 0.85% 0.56% -
HSV(B) 275.94º 0.81% 0.93% -
XYZ 31.11 15.7 82.28 -
YUV 102.27 204.6 169.89 -
System Red Green Blue C M Y K H S L
Decimal 161 46 238 0.32 0.81 0 0.07 275.94 0.85 0.56
Hex A1 2E EE 20 51 0 7 114 55 38
Octal 241 56 356 40 121 0 7 424 125 70
Binary 10100001 101110 11101110 100000 1010001 0 111 100010100 1010101 111000

Color Harmonies of #A12EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EEE

Black with #A12EEE

Text Example


Text Example

White with #A12EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EEE; }

 p { color: rgb(161,46,238); }

 H1.HeaderClassName
 {
   color: #A12EEE;
 }
 .AnyTagClassName
 {
   color: #A12EEE;
 }
</style>

background-color css

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

 a { background-color: rgb(161,46,238); }

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

border-color css

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

 span { border-color: rgb(161,46,238); }

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