Html Css Color HEX #A126FF Blue Violet

📋 copy color: '#A126FF'

red 161 ◦ green 38 ◦ blue 255

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

Shades of Blue Violet #A126FF

Tints of Blue Violet #A126FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 35.46%
G = 8.37%
B = 56.17%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A126FF (or 0xA126FF) is known color: Blue Violet. HEX triplet: A1, 26 and FF. RGB value is (161,38,255). Sum of RGB (Red+Green+Blue) = 161+38+255=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #A126FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126FF is #5ED900. Grayscale: #626262. Windows color (decimal): -6215937 or 16721569. OLE color: 16721569.

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

Color convert

RGB 161 38 255 -
CMYK 0.37 0.85 0 0
HSL 274.01º 1% 0.57% -
HSV(B) 274.01º 0.85% 1% -
XYZ 33.44 16.18 95.97 -
YUV 99.52 215.75 171.86 -
System Red Green Blue C M Y K H S L
Decimal 161 38 255 0.37 0.85 0 0 274.01 1 0.57
Hex A1 26 FF 25 55 0 0 112 64 39
Octal 241 46 377 45 125 0 0 422 144 71
Binary 10100001 100110 11111111 100101 1010101 0 0 100010010 1100100 111001

Color Harmonies of #A126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126FF

Black with #A126FF

Text Example


Text Example

White with #A126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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