Html Css Color HEX #A126FE Blue Violet

📋 copy color: '#A126FE'

red 161 ◦ green 38 ◦ blue 254

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

Shades of Blue Violet #A126FE

Tints of Blue Violet #A126FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.39%

 BLUE value IS 254 (99.61% from 255) = 56.07%

R = 35.54%
G = 8.39%
B = 56.07%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A126FE (or 0xA126FE) is known color: Blue Violet. HEX triplet: A1, 26 and FE. RGB value is (161,38,254). Sum of RGB (Red+Green+Blue) = 161+38+254=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #A126FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126FE is #5ED901. Grayscale: #626262. Windows color (decimal): -6215938 or 16656033. OLE color: 16656033.

HSL color Cylindrical-coordinate representation of color #A126FE: hue angle of 274.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A126FE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 38 254 -
CMYK 0.37 0.85 0 0.00
HSL 274.17º 0.99% 0.57% -
HSV(B) 274.17º 0.85% 1% -
XYZ 33.28 16.12 95.12 -
YUV 99.4 215.25 171.94 -
System Red Green Blue C M Y K H S L
Decimal 161 38 254 0.37 0.85 0 0.00 274.17 0.99 0.57
Hex A1 26 FE 25 55 0 0 112 63 39
Octal 241 46 376 45 125 0 0 422 143 71
Binary 10100001 100110 11111110 100101 1010101 0 0 100010010 1100011 111001

Color Harmonies of #A126FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126FE

Black with #A126FE

Text Example


Text Example

White with #A126FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126FE; }

 p { color: rgb(161,38,254); }

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

background-color css

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

 a { background-color: rgb(161,38,254); }

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

border-color css

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

 span { border-color: rgb(161,38,254); }

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