#A841AE

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

Shades of Violet Blue #A841AE

Tints of Violet Blue #A841AE

Color information

#A841AE (or 0xA841AE) is unknown color: approx Violet Blue. HEX triplet: A8, 41 and AE. RGB value is (168,65,174). Sum of RGB (Red+Green+Blue) = 168+65+174=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #A841AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AE is #57BE51. Grayscale: #6B6B6B. Windows color (decimal): -5750354 or 11420072. OLE color: 11420072.

HSL color Cylindrical-coordinate representation of color #A841AE: hue angle of 296.7º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A841AE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16865174-
CMYK0.030.6300.32
HSL296.7º45.61%46.86%-
HSV(B)296.7º62.64%68.24%-
XYZ25.6815.1641.62-
YUV108.22165.12170.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=41.28%
G=15.97%
B=42.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168651740.030.6300.32296.745.6146.86
HexA841AE33F0201292e2f
Octal2501012563770404515657
Binary10101000100000110101110111111110100000100101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841AE; }

 p { color: rgb(168,65,174); }

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

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

 a { background-color: rgb(168,65,174); }

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

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

 span { border-color: rgb(168,65,174); }

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