Html Css Color HEX #AC46AA Violet Blue

📋 copy color: '#AC46AA'

red 172 ◦ green 70 ◦ blue 170

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

Shades of Violet Blue #AC46AA

Tints of Violet Blue #AC46AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 41.75%
G = 16.99%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC46AA (or 0xAC46AA) is known color: Violet Blue. HEX triplet: AC, 46 and AA. RGB value is (172,70,170). Sum of RGB (Red+Green+Blue) = 172+70+170=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46AA is #53B955. Grayscale: #6F6F6F. Windows color (decimal): -5486934 or 11159212. OLE color: 11159212.

HSL color Cylindrical-coordinate representation of color #AC46AA: hue angle of 301.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC46AA is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 170 -
CMYK 0 0.59 0.01 0.33
HSL 301.18º 0.42% 0.47% -
HSV(B) 301.18º 0.59% 0.67% -
XYZ 26.46 16.05 39.73 -
YUV 111.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 172 70 170 0 0.59 0.01 0.33 301.18 0.42 0.47
Hex AC 46 AA 0 3B 1 21 12D 2A 2F
Octal 254 106 252 0 73 1 41 455 52 57
Binary 10101100 1000110 10101010 0 111011 1 100001 100101101 101010 101111

Color Harmonies of #AC46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46AA

Black with #AC46AA

Text Example


Text Example

White with #AC46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46AA; }

 p { color: rgb(172,70,170); }

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

background-color css

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

 a { background-color: rgb(172,70,170); }

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

border-color css

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

 span { border-color: rgb(172,70,170); }

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