#A526F4

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

Shades of Blue Violet #A526F4

Tints of Blue Violet #A526F4

Color information

#A526F4 (or 0xA526F4) is unknown color: approx Blue Violet. HEX triplet: A5, 26 and F4. RGB value is (165,38,244). Sum of RGB (Red+Green+Blue) = 165+38+244=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #A526F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526F4 is #5AD90B. Grayscale: #626262. Windows color (decimal): -5953804 or 16000677. OLE color: 16000677.

HSL color Cylindrical-coordinate representation of color #A526F4: hue angle of 276.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A526F4 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16538244-
CMYK0.320.8400.04
HSL276.99º90.35%55.29%-
HSV(B)276.99º84.43%95.69%-
XYZ32.5415.9286.95-
YUV99.46209.58174.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 38 (15.23% from 255) = 8.50%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=36.91%
G=8.50%
B=54.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165382440.320.8400.04276.9990.3555.29
HexA526F42054041155a37
Octal24546364401240442513267
Binary1010010110011011110100100000101010001001000101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A526F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A526F4; }

 p { color: rgb(165,38,244); }

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

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

 a { background-color: rgb(165,38,244); }

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

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

 span { border-color: rgb(165,38,244); }

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