Html Css Color HEX #A12EFB Blue Violet

📋 copy color: '#A12EFB'

red 161 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #A12EFB

Tints of Blue Violet #A12EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 35.15%
G = 10.04%
B = 54.8%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A12EFB (or 0xA12EFB) is known color: Blue Violet. HEX triplet: A1, 2E and FB. RGB value is (161,46,251). Sum of RGB (Red+Green+Blue) = 161+46+251=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #A12EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EFB is #5ED104. Grayscale: #676767. Windows color (decimal): -6213893 or 16461473. OLE color: 16461473.

HSL color Cylindrical-coordinate representation of color #A12EFB: hue angle of 273.66º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12EFB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 46 251 -
CMYK 0.36 0.82 0 0.02
HSL 273.66º 0.96% 0.58% -
HSV(B) 273.66º 0.82% 0.98% -
XYZ 33.09 16.5 92.71 -
YUV 103.76 211.1 168.83 -
System Red Green Blue C M Y K H S L
Decimal 161 46 251 0.36 0.82 0 0.02 273.66 0.96 0.58
Hex A1 2E FB 24 52 0 2 112 60 3A
Octal 241 56 373 44 122 0 2 422 140 72
Binary 10100001 101110 11111011 100100 1010010 0 10 100010010 1100000 111010

Color Harmonies of #A12EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EFB

Black with #A12EFB

Text Example


Text Example

White with #A12EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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