Html Css Color HEX #A126EF Blue Violet

📋 copy color: '#A126EF'

red 161 ◦ green 38 ◦ blue 239

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

Shades of Blue Violet #A126EF

Tints of Blue Violet #A126EF

RGB

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

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

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

R = 36.76%
G = 8.68%
B = 54.57%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A126EF (or 0xA126EF) is known color: Blue Violet. HEX triplet: A1, 26 and EF. RGB value is (161,38,239). Sum of RGB (Red+Green+Blue) = 161+38+239=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #A126EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126EF is #5ED910. Grayscale: #616161. Windows color (decimal): -6215953 or 15672993. OLE color: 15672993.

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

Color convert

RGB 161 38 239 -
CMYK 0.33 0.84 0 0.06
HSL 276.72º 0.86% 0.54% -
HSV(B) 276.72º 0.84% 0.94% -
XYZ 30.97 15.2 82.96 -
YUV 97.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 161 38 239 0.33 0.84 0 0.06 276.72 0.86 0.54
Hex A1 26 EF 21 54 0 6 115 56 36
Octal 241 46 357 41 124 0 6 425 126 66
Binary 10100001 100110 11101111 100001 1010100 0 110 100010101 1010110 110110

Color Harmonies of #A126EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126EF

Black with #A126EF

Text Example


Text Example

White with #A126EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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