#A427F8

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

Shades of Blue Violet #A427F8

Tints of Blue Violet #A427F8

Color information

#A427F8 (or 0xA427F8) is unknown color: approx Blue Violet. HEX triplet: A4, 27 and F8. RGB value is (164,39,248). Sum of RGB (Red+Green+Blue) = 164+39+248=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #A427F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A427F8 is #5BD807. Grayscale: #636363. Windows color (decimal): -6019080 or 16263076. OLE color: 16263076.

HSL color Cylindrical-coordinate representation of color #A427F8: hue angle of 275.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A427F8 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16439248-
CMYK0.340.8400.03
HSL275.89º93.72%56.27%-
HSV(B)275.89º84.27%97.25%-
XYZ32.9816.1290.18-
YUV100.2211.41173.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 8.65%
BLUE value IS 248 (97.27% from 255) = 54.99%
R=36.36%
G=8.65%
B=54.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164392480.340.8400.03275.8993.7256.27
HexA427F82254031145e38
Octal24447370421240342413670
Binary101001001001111111100010001010101000111000101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A427F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A427F8; }

 p { color: rgb(164,39,248); }

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

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

 a { background-color: rgb(164,39,248); }

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

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

 span { border-color: rgb(164,39,248); }

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