#A442EE

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

Shades of Blue Violet #A442EE

Tints of Blue Violet #A442EE

Color information

#A442EE (or 0xA442EE) is unknown color: approx Blue Violet. HEX triplet: A4, 42 and EE. RGB value is (164,66,238). Sum of RGB (Red+Green+Blue) = 164+66+238=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #A442EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442EE is #5BBD11. Grayscale: #727272. Windows color (decimal): -6012178 or 15614628. OLE color: 15614628.

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

Color convert

RGB16466238-
CMYK0.310.7200.07
HSL274.19º83.5%59.61%-
HSV(B)274.19º72.27%93.33%-
XYZ32.6917.9682.63-
YUV114.91197.47163.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 238 (93.36% from 255) = 50.85%
R=35.04%
G=14.10%
B=50.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164662380.310.7200.07274.1983.559.61
HexA442EE1F4807112533c
Octal244102356371100742212374
Binary1010010010000101110111011111100100001111000100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442EE; }

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

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

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

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

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

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

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

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