Html Css Color HEX #A12EEB Blue Violet

📋 copy color: '#A12EEB'

red 161 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #A12EEB

Tints of Blue Violet #A12EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 36.43%
G = 10.41%
B = 53.17%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A12EEB (or 0xA12EEB) is known color: Blue Violet. HEX triplet: A1, 2E and EB. RGB value is (161,46,235). Sum of RGB (Red+Green+Blue) = 161+46+235=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #A12EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EEB is #5ED114. Grayscale: #656565. Windows color (decimal): -6213909 or 15412897. OLE color: 15412897.

HSL color Cylindrical-coordinate representation of color #A12EEB: hue angle of 276.51º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12EEB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 46 235 -
CMYK 0.31 0.80 0 0.08
HSL 276.51º 0.83% 0.55% -
HSV(B) 276.51º 0.8% 0.92% -
XYZ 30.67 15.53 79.98 -
YUV 101.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 161 46 235 0.31 0.80 0 0.08 276.51 0.83 0.55
Hex A1 2E EB 1F 50 0 8 115 53 37
Octal 241 56 353 37 120 0 10 425 123 67
Binary 10100001 101110 11101011 11111 1010000 0 1000 100010101 1010011 110111

Color Harmonies of #A12EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EEB

Black with #A12EEB

Text Example


Text Example

White with #A12EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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