Html Css Color HEX #A126EE Blue Violet

📋 copy color: '#A126EE'

red 161 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #A126EE

Tints of Blue Violet #A126EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 36.84%
G = 8.7%
B = 54.46%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A126EE (or 0xA126EE) is known color: Blue Violet. HEX triplet: A1, 26 and EE. RGB value is (161,38,238). Sum of RGB (Red+Green+Blue) = 161+38+238=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #A126EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126EE is #5ED911. Grayscale: #606060. Windows color (decimal): -6215954 or 15607457. OLE color: 15607457.

HSL color Cylindrical-coordinate representation of color #A126EE: hue angle of 276.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A126EE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 38 238 -
CMYK 0.32 0.84 0 0.07
HSL 276.9º 0.85% 0.54% -
HSV(B) 276.9º 0.84% 0.93% -
XYZ 30.82 15.14 82.19 -
YUV 97.58 207.25 173.24 -
System Red Green Blue C M Y K H S L
Decimal 161 38 238 0.32 0.84 0 0.07 276.9 0.85 0.54
Hex A1 26 EE 20 54 0 7 115 55 36
Octal 241 46 356 40 124 0 7 425 125 66
Binary 10100001 100110 11101110 100000 1010100 0 111 100010101 1010101 110110

Color Harmonies of #A126EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126EE

Black with #A126EE

Text Example


Text Example

White with #A126EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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