#A418F1

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

Shades of Blue Violet #A418F1

Tints of Blue Violet #A418F1

Color information

#A418F1 (or 0xA418F1) is unknown color: approx Blue Violet. HEX triplet: A4, 18 and F1. RGB value is (164,24,241). Sum of RGB (Red+Green+Blue) = 164+24+241=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #A418F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418F1 is #5BE70E. Grayscale: #595959. Windows color (decimal): -6022927 or 15800484. OLE color: 15800484.

HSL color Cylindrical-coordinate representation of color #A418F1: hue angle of 278.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A418F1 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16424241-
CMYK0.320.9000.05
HSL278.71º88.57%51.96%-
HSV(B)278.71º90.04%94.51%-
XYZ31.5114.984.43-
YUV90.6212.88180.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 24 (9.77% from 255) = 5.59%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=38.23%
G=5.59%
B=56.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164242410.320.9000.05278.7188.5751.96
HexA418F1205A051175934
Octal24430361401320542713164
Binary101001001100011110001100000101101001011000101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418F1; }

 p { color: rgb(164,24,241); }

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

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

 a { background-color: rgb(164,24,241); }

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

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

 span { border-color: rgb(164,24,241); }

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