Html Css Color HEX #A541AC Violet Blue

📋 copy color: '#A541AC'

red 165 ◦ green 65 ◦ blue 172

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

Shades of Violet Blue #A541AC

Tints of Violet Blue #A541AC

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

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

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

R = 41.04%
G = 16.17%
B = 42.79%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A541AC (or 0xA541AC) is known color: Violet Blue. HEX triplet: A5, 41 and AC. RGB value is (165,65,172). Sum of RGB (Red+Green+Blue) = 165+65+172=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #A541AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A541AC is #5ABE53. Grayscale: #6A6A6A. Windows color (decimal): -5946964 or 11288997. OLE color: 11288997.

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

Color convert

RGB 165 65 172 -
CMYK 0.04 0.62 0 0.33
HSL 296.07º 0.45% 0.46% -
HSV(B) 296.07º 0.62% 0.67% -
XYZ 24.85 14.76 40.57 -
YUV 107.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 165 65 172 0.04 0.62 0 0.33 296.07 0.45 0.46
Hex A5 41 AC 4 3E 0 21 128 2D 2E
Octal 245 101 254 4 76 0 41 450 55 56
Binary 10100101 1000001 10101100 100 111110 0 100001 100101000 101101 101110

Color Harmonies of #A541AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541AC

Black with #A541AC

Text Example


Text Example

White with #A541AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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