#a14caa

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

Shades of Violet Blue #A14CAA

Tints of Violet Blue #A14CAA

Color information

#A14CAA (or 0xA14CAA) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and AA. RGB value is (161,76,170). Sum of RGB (Red+Green+Blue) = 161+76+170=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #A14CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CAA is #5EB355. Grayscale: #6F6F6F. Windows color (decimal): -6206294 or 11160737. OLE color: 11160737.

HSL color Cylindrical-coordinate representation of color #A14CAA: hue angle of 294.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14CAA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16176170-
CMYK0.050.5500.33
HSL294.26º38.21%48.24%-
HSV(B)294.26º55.29%66.67%-
XYZ24.5415.6539.76-
YUV112.13160.66162.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=39.56%
G=18.67%
B=41.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161761700.050.5500.33294.2638.2148.24
HexA14CAA5370211262630
Octal2411142525670414464660
Binary101000011001100101010101011101110100001100100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14caa; }

 p { color: rgb(161,76,170); }

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

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

 a { background-color: rgb(161,76,170); }

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

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

 span { border-color: rgb(161,76,170); }

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