#A326FB

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

Shades of Blue Violet #A326FB

Tints of Blue Violet #A326FB

Color information

#A326FB (or 0xA326FB) is unknown color: approx Blue Violet. HEX triplet: A3, 26 and FB. RGB value is (163,38,251). Sum of RGB (Red+Green+Blue) = 163+38+251=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #A326FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326FB is #5CD904. Grayscale: #626262. Windows color (decimal): -6084869 or 16459427. OLE color: 16459427.

HSL color Cylindrical-coordinate representation of color #A326FB: hue angle of 275.21º 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 #A326FB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16338251-
CMYK0.350.8500.02
HSL275.21º96.38%56.67%-
HSV(B)275.21º84.86%98.43%-
XYZ33.2116.1492.63-
YUV99.66213.41173.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 38 (15.23% from 255) = 8.41%
BLUE value IS 251 (98.44% from 255) = 55.53%
R=36.06%
G=8.41%
B=55.53%

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
Decimal163382510.350.8500.02275.2196.3856.67
HexA326FB2355021136039
Octal24346373431250242314071
Binary101000111001101111101110001110101010101000100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A326FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A326FB; }

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

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

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

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

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

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

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

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