#A841AC

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

Shades of Violet Blue #A841AC

Tints of Violet Blue #A841AC

Color information

#A841AC (or 0xA841AC) is unknown color: approx Violet Blue. HEX triplet: A8, 41 and AC. RGB value is (168,65,172). Sum of RGB (Red+Green+Blue) = 168+65+172=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A841AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AC is #57BE53. Grayscale: #6B6B6B. Windows color (decimal): -5750356 or 11289000. OLE color: 11289000.

HSL color Cylindrical-coordinate representation of color #A841AC: hue angle of 297.76º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A841AC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16865172-
CMYK0.020.6200.33
HSL297.76º45.15%46.47%-
HSV(B)297.76º62.21%67.45%-
XYZ25.4915.0840.6-
YUV108164.12170.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=41.48%
G=16.05%
B=42.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168651720.020.6200.33297.7645.1546.47
HexA841AC23E02112a2d2e
Octal2501012542760414525556
Binary10101000100000110101100101111100100001100101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841AC; }

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

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

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

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

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

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

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

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