#A51CE4

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

Shades of Blue Violet #A51CE4

Tints of Blue Violet #A51CE4

Color information

#A51CE4 (or 0xA51CE4) is unknown color: approx Blue Violet. HEX triplet: A5, 1C and E4. RGB value is (165,28,228). Sum of RGB (Red+Green+Blue) = 165+28+228=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #A51CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CE4 is #5AE31B. Grayscale: #5B5B5B. Windows color (decimal): -5956380 or 14949541. OLE color: 14949541.

HSL color Cylindrical-coordinate representation of color #A51CE4: hue angle of 281.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51CE4 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16528228-
CMYK0.280.8800.11
HSL281.1º78.74%50.2%-
HSV(B)281.1º87.72%89.41%-
XYZ29.9414.4374.61-
YUV91.76204.89180.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 28 (11.33% from 255) = 6.65%
BLUE value IS 228 (89.45% from 255) = 54.16%
R=39.19%
G=6.65%
B=54.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165282280.280.8800.11281.178.7450.2
HexA51CE41C580B1194f32
Octal245343443413001343111762
Binary101001011110011100100111001011000010111000110011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51CE4; }

 p { color: rgb(165,28,228); }

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

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

 a { background-color: rgb(165,28,228); }

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

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

 span { border-color: rgb(165,28,228); }

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