#A844AA

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

Shades of Violet Blue #A844AA

Tints of Violet Blue #A844AA

Color information

#A844AA (or 0xA844AA) is unknown color: approx Violet Blue. HEX triplet: A8, 44 and AA. RGB value is (168,68,170). Sum of RGB (Red+Green+Blue) = 168+68+170=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #A844AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A844AA is #57BB55. Grayscale: #6D6D6D. Windows color (decimal): -5749590 or 11158696. OLE color: 11158696.

HSL color Cylindrical-coordinate representation of color #A844AA: hue angle of 298.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A844AA is Cyan = 0.01, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16868170-
CMYK0.010.600.33
HSL298.82º42.86%46.67%-
HSV(B)298.82º60%66.67%-
XYZ25.4715.3639.65-
YUV109.53162.13169.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=41.38%
G=16.75%
B=41.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168681700.010.600.33298.8242.8646.67
HexA844AA13C02112b2b2f
Octal2501042521740414535357
Binary1010100010001001010101011111000100001100101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A844AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A844AA; }

 p { color: rgb(168,68,170); }

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

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

 a { background-color: rgb(168,68,170); }

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

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

 span { border-color: rgb(168,68,170); }

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