#A426FB

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

Shades of Blue Violet #A426FB

Tints of Blue Violet #A426FB

Color information

#A426FB (or 0xA426FB) is unknown color: approx Blue Violet. HEX triplet: A4, 26 and FB. RGB value is (164,38,251). Sum of RGB (Red+Green+Blue) = 164+38+251=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #A426FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426FB is #5BD904. Grayscale: #636363. Windows color (decimal): -6019333 or 16459428. OLE color: 16459428.

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

Color convert

RGB16438251-
CMYK0.350.8500.02
HSL275.49º96.38%56.67%-
HSV(B)275.49º84.86%98.43%-
XYZ33.4216.2492.64-
YUV99.96213.24173.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 38 (15.23% from 255) = 8.39%
BLUE value IS 251 (98.44% from 255) = 55.41%
R=36.20%
G=8.39%
B=55.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164382510.350.8500.02275.4996.3856.67
HexA426FB2355021136039
Octal24446373431250242314071
Binary101001001001101111101110001110101010101000100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A426FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A426FB; }

 p { color: rgb(164,38,251); }

 H1.HeaderClassName
 {
   color: #A426FB;
 }
 .AnyTagClassName
 {
   color: #A426FB;
 }
</style>
background-color css

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

 a { background-color: rgb(164,38,251); }

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

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

 span { border-color: rgb(164,38,251); }

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