Html Css Color HEX #AC41A6 Violet Blue

📋 copy color: '#AC41A6'

red 172 ◦ green 65 ◦ blue 166

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

Shades of Violet Blue #AC41A6

Tints of Violet Blue #AC41A6

RGB

 RED value IS 172 (67.58% from 255) = 42.68%

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 42.68%
G = 16.13%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC41A6 (or 0xAC41A6) is known color: Violet Blue. HEX triplet: AC, 41 and A6. RGB value is (172,65,166). Sum of RGB (Red+Green+Blue) = 172+65+166=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41A6 is #53BE59. Grayscale: #6C6C6C. Windows color (decimal): -5488218 or 10895788. OLE color: 10895788.

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

Color convert

RGB 172 65 166 -
CMYK 0 0.62 0.03 0.33
HSL 303.36º 0.45% 0.46% -
HSV(B) 303.36º 0.62% 0.67% -
XYZ 25.79 15.3 37.67 -
YUV 108.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 172 65 166 0 0.62 0.03 0.33 303.36 0.45 0.46
Hex AC 41 A6 0 3E 3 21 12F 2D 2E
Octal 254 101 246 0 76 3 41 457 55 56
Binary 10101100 1000001 10100110 0 111110 11 100001 100101111 101101 101110

Color Harmonies of #AC41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41A6

Black with #AC41A6

Text Example


Text Example

White with #AC41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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