Html Css Color HEX #A12EE7 Blue Violet

📋 copy color: '#A12EE7'

red 161 ◦ green 46 ◦ blue 231

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

Shades of Blue Violet #A12EE7

Tints of Blue Violet #A12EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.74%

R = 36.76%
G = 10.5%
B = 52.74%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A12EE7 (or 0xA12EE7) is known color: Blue Violet. HEX triplet: A1, 2E and E7. RGB value is (161,46,231). Sum of RGB (Red+Green+Blue) = 161+46+231=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #A12EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EE7 is #5ED118. Grayscale: #646464. Windows color (decimal): -6213913 or 15150753. OLE color: 15150753.

HSL color Cylindrical-coordinate representation of color #A12EE7: hue angle of 277.3º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12EE7 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 46 231 -
CMYK 0.30 0.80 0 0.09
HSL 277.3º 0.79% 0.54% -
HSV(B) 277.3º 0.8% 0.91% -
XYZ 30.1 15.3 76.97 -
YUV 101.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 161 46 231 0.30 0.80 0 0.09 277.3 0.79 0.54
Hex A1 2E E7 1E 50 0 9 115 4F 36
Octal 241 56 347 36 120 0 11 425 117 66
Binary 10100001 101110 11100111 11110 1010000 0 1001 100010101 1001111 110110

Color Harmonies of #A12EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EE7

Black with #A12EE7

Text Example


Text Example

White with #A12EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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