#A144EE

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

Shades of Blue Violet #A144EE

Tints of Blue Violet #A144EE

Color information

#A144EE (or 0xA144EE) is unknown color: approx Blue Violet. HEX triplet: A1, 44 and EE. RGB value is (161,68,238). Sum of RGB (Red+Green+Blue) = 161+68+238=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A144EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A144EE is #5EBB11. Grayscale: #727272. Windows color (decimal): -6208274 or 15615137. OLE color: 15615137.

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

Color convert

RGB16168238-
CMYK0.320.7100.07
HSL272.82º83.33%60%-
HSV(B)272.82º71.43%93.33%-
XYZ32.217.8882.64-
YUV115.19197.31160.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=34.48%
G=14.56%
B=50.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161682380.320.7100.07272.8283.3360
HexA144EE204707111533c
Octal241104356401070742112374
Binary10100001100010011101110100000100011101111000100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A144EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A144EE; }

 p { color: rgb(161,68,238); }

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

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

 a { background-color: rgb(161,68,238); }

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

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

 span { border-color: rgb(161,68,238); }

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