Html Css Color HEX #A441AC Violet Blue

📋 copy color: '#A441AC'

red 164 ◦ green 65 ◦ blue 172

#A441AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A441AC

Tints of Violet Blue #A441AC

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

 GREEN value IS 65 (25.78% from 255) = 16.21%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 40.9%
G = 16.21%
B = 42.89%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A441AC (or 0xA441AC) is known color: Violet Blue. HEX triplet: A4, 41 and AC. RGB value is (164,65,172). Sum of RGB (Red+Green+Blue) = 164+65+172=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A441AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441AC is #5BBE53. Grayscale: #6A6A6A. Windows color (decimal): -6012500 or 11288996. OLE color: 11288996.

HSL color Cylindrical-coordinate representation of color #A441AC: hue angle of 295.51º 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 #A441AC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 65 172 -
CMYK 0.05 0.62 0 0.33
HSL 295.51º 0.45% 0.46% -
HSV(B) 295.51º 0.62% 0.67% -
XYZ 24.65 14.65 40.56 -
YUV 106.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 164 65 172 0.05 0.62 0 0.33 295.51 0.45 0.46
Hex A4 41 AC 5 3E 0 21 128 2D 2E
Octal 244 101 254 5 76 0 41 450 55 56
Binary 10100100 1000001 10101100 101 111110 0 100001 100101000 101101 101110

Color Harmonies of #A441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441AC

Black with #A441AC

Text Example


Text Example

White with #A441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441AC; }

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

 H1.HeaderClassName
 {
   color: #A441AC;
 }
 .AnyTagClassName
 {
   color: #A441AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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