#A438F9

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

Shades of Blue Violet #A438F9

Tints of Blue Violet #A438F9

Color information

#A438F9 (or 0xA438F9) is unknown color: approx Blue Violet. HEX triplet: A4, 38 and F9. RGB value is (164,56,249). Sum of RGB (Red+Green+Blue) = 164+56+249=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #A438F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438F9 is #5BC706. Grayscale: #6D6D6D. Windows color (decimal): -6014727 or 16332964. OLE color: 16332964.

HSL color Cylindrical-coordinate representation of color #A438F9: hue angle of 273.58º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A438F9 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16456249-
CMYK0.340.7800.02
HSL273.58º94.15%59.8%-
HSV(B)273.58º77.51%97.65%-
XYZ33.8217.5691.23-
YUV110.29206.28166.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 56 (22.27% from 255) = 11.94%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=34.97%
G=11.94%
B=53.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164562490.340.7800.02273.5894.1559.8
HexA438F9224E021125e3c
Octal24470371421160242213674
Binary101001001110001111100110001010011100101000100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A438F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A438F9; }

 p { color: rgb(164,56,249); }

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

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

 a { background-color: rgb(164,56,249); }

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

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

 span { border-color: rgb(164,56,249); }

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