Html Css Color HEX #A12FFB Blue Violet

📋 copy color: '#A12FFB'

red 161 ◦ green 47 ◦ blue 251

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

Shades of Blue Violet #A12FFB

Tints of Blue Violet #A12FFB

RGB

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

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

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

R = 35.08%
G = 10.24%
B = 54.68%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A12FFB (or 0xA12FFB) is known color: Blue Violet. HEX triplet: A1, 2F and FB. RGB value is (161,47,251). Sum of RGB (Red+Green+Blue) = 161+47+251=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #A12FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12FFB is #5ED004. Grayscale: #676767. Windows color (decimal): -6213637 or 16461729. OLE color: 16461729.

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

Color convert

RGB 161 47 251 -
CMYK 0.36 0.81 0 0.02
HSL 273.53º 0.96% 0.58% -
HSV(B) 273.53º 0.81% 0.98% -
XYZ 33.13 16.58 92.72 -
YUV 104.34 210.77 168.41 -
System Red Green Blue C M Y K H S L
Decimal 161 47 251 0.36 0.81 0 0.02 273.53 0.96 0.58
Hex A1 2F FB 24 51 0 2 112 60 3A
Octal 241 57 373 44 121 0 2 422 140 72
Binary 10100001 101111 11111011 100100 1010001 0 10 100010010 1100000 111010

Color Harmonies of #A12FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FFB

Black with #A12FFB

Text Example


Text Example

White with #A12FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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