#A338F5

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

Shades of Blue Violet #A338F5

Tints of Blue Violet #A338F5

Color information

#A338F5 (or 0xA338F5) is unknown color: approx Blue Violet. HEX triplet: A3, 38 and F5. RGB value is (163,56,245). Sum of RGB (Red+Green+Blue) = 163+56+245=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #A338F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338F5 is #5CC70A. Grayscale: #6C6C6C. Windows color (decimal): -6080267 or 16070819. OLE color: 16070819.

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

Color convert

RGB16356245-
CMYK0.330.7700.04
HSL273.97º90.43%59.02%-
HSV(B)273.97º77.14%96.08%-
XYZ3317.2187.97-
YUV109.54204.45166.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 56 (22.27% from 255) = 12.07%
BLUE value IS 245 (96.09% from 255) = 52.80%
R=35.13%
G=12.07%
B=52.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163562450.330.7700.04273.9790.4359.02
HexA338F5214D041125a3b
Octal24370365411150442213273
Binary1010001111100011110101100001100110101001000100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338F5; }

 p { color: rgb(163,56,245); }

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

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

 a { background-color: rgb(163,56,245); }

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

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

 span { border-color: rgb(163,56,245); }

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