#A434F8

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

Shades of Blue Violet #A434F8

Tints of Blue Violet #A434F8

Color information

#A434F8 (or 0xA434F8) is unknown color: approx Blue Violet. HEX triplet: A4, 34 and F8. RGB value is (164,52,248). Sum of RGB (Red+Green+Blue) = 164+52+248=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #A434F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434F8 is #5BCB07. Grayscale: #6B6B6B. Windows color (decimal): -6015752 or 16266404. OLE color: 16266404.

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

Color convert

RGB16452248-
CMYK0.340.7900.03
HSL274.29º93.33%58.82%-
HSV(B)274.29º79.03%97.25%-
XYZ33.4817.1390.35-
YUV107.83207.11168.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 52 (20.70% from 255) = 11.21%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=35.34%
G=11.21%
B=53.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164522480.340.7900.03274.2993.3358.82
HexA434F8224F031125d3b
Octal24464370421170342213573
Binary101001001101001111100010001010011110111000100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434F8; }

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

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

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

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

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

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

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

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