#A41DEE

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

Shades of Blue Violet #A41DEE

Tints of Blue Violet #A41DEE

Color information

#A41DEE (or 0xA41DEE) is unknown color: approx Blue Violet. HEX triplet: A4, 1D and EE. RGB value is (164,29,238). Sum of RGB (Red+Green+Blue) = 164+29+238=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #A41DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DEE is #5BE211. Grayscale: #5C5C5C. Windows color (decimal): -6021650 or 15605156. OLE color: 15605156.

HSL color Cylindrical-coordinate representation of color #A41DEE: hue angle of 278.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41DEE is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16429238-
CMYK0.310.8800.07
HSL278.76º86.01%52.35%-
HSV(B)278.76º87.82%93.33%-
XYZ31.1814.9482.13-
YUV93.19209.73178.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 29 (11.72% from 255) = 6.73%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=38.05%
G=6.73%
B=55.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164292380.310.8800.07278.7686.0152.35
HexA41DEE1F58071175634
Octal24435356371300742712664
Binary10100100111011110111011111101100001111000101111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41DEE; }

 p { color: rgb(164,29,238); }

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

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

 a { background-color: rgb(164,29,238); }

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

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

 span { border-color: rgb(164,29,238); }

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