Html Css Color HEX #A12FEF Blue Violet

📋 copy color: '#A12FEF'

red 161 ◦ green 47 ◦ blue 239

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

Shades of Blue Violet #A12FEF

Tints of Blue Violet #A12FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 36.02%
G = 10.51%
B = 53.47%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A12FEF (or 0xA12FEF) is known color: Blue Violet. HEX triplet: A1, 2F and EF. RGB value is (161,47,239). Sum of RGB (Red+Green+Blue) = 161+47+239=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #A12FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12FEF is #5ED010. Grayscale: #666666. Windows color (decimal): -6213649 or 15675297. OLE color: 15675297.

HSL color Cylindrical-coordinate representation of color #A12FEF: hue angle of 275.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12FEF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 47 239 -
CMYK 0.33 0.80 0 0.06
HSL 275.63º 0.86% 0.56% -
HSV(B) 275.63º 0.8% 0.94% -
XYZ 31.29 15.84 83.07 -
YUV 102.97 204.77 169.39 -
System Red Green Blue C M Y K H S L
Decimal 161 47 239 0.33 0.80 0 0.06 275.63 0.86 0.56
Hex A1 2F EF 21 50 0 6 114 56 38
Octal 241 57 357 41 120 0 6 424 126 70
Binary 10100001 101111 11101111 100001 1010000 0 110 100010100 1010110 111000

Color Harmonies of #A12FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FEF

Black with #A12FEF

Text Example


Text Example

White with #A12FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FEF; }

 p { color: rgb(161,47,239); }

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

background-color css

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

 a { background-color: rgb(161,47,239); }

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

border-color css

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

 span { border-color: rgb(161,47,239); }

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