#A844AD

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

Shades of Violet Blue #A844AD

Tints of Violet Blue #A844AD

Color information

#A844AD (or 0xA844AD) is unknown color: approx Violet Blue. HEX triplet: A8, 44 and AD. RGB value is (168,68,173). Sum of RGB (Red+Green+Blue) = 168+68+173=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A844AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A844AD is #57BB52. Grayscale: #6D6D6D. Windows color (decimal): -5749587 or 11355304. OLE color: 11355304.

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

Color convert

RGB16868173-
CMYK0.030.6100.32
HSL297.14º43.57%47.25%-
HSV(B)297.14º60.69%67.84%-
XYZ25.7615.4841.16-
YUV109.87163.63169.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=41.08%
G=16.63%
B=42.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168681730.030.6100.32297.1443.5747.25
HexA844AD33D0201292c2f
Octal2501042553750404515457
Binary10101000100010010101101111111010100000100101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A844AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A844AD; }

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

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

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

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

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

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

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

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