#A126FF

Color #A126FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A126FF

Tints of Blue Violet #A126FF

Color information

#A126FF (or 0xA126FF) is unknown color: approx 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

RGB16138255-
CMYK0.370.8500
HSL274.01º100%57.45%-
HSV(B)274.01º85.1%100%-
XYZ33.4416.1895.97-
YUV99.51215.75171.86-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161382550.370.8500274.0110057.45
HexA126FF2555001126439
Octal24146377451250042214471
Binary10100001100110111111111001011010101001000100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A126FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>