Html Css Color HEX #AC46AB Violet Blue

📋 copy color: '#AC46AB'

red 172 ◦ green 70 ◦ blue 171

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

Shades of Violet Blue #AC46AB

Tints of Violet Blue #AC46AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 41.65%
G = 16.95%
B = 41.4%

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

#AC46AB (or 0xAC46AB) is known color: Violet Blue. HEX triplet: AC, 46 and AB. RGB value is (172,70,171). Sum of RGB (Red+Green+Blue) = 172+70+171=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46AB is #53B954. Grayscale: #6F6F6F. Windows color (decimal): -5486933 or 11224748. OLE color: 11224748.

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

Color convert

RGB 172 70 171 -
CMYK 0 0.59 0.01 0.33
HSL 300.59º 0.42% 0.47% -
HSV(B) 300.59º 0.59% 0.67% -
XYZ 26.55 16.09 40.23 -
YUV 112.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 172 70 171 0 0.59 0.01 0.33 300.59 0.42 0.47
Hex AC 46 AB 0 3B 1 21 12D 2A 2F
Octal 254 106 253 0 73 1 41 455 52 57
Binary 10101100 1000110 10101011 0 111011 1 100001 100101101 101010 101111

Color Harmonies of #AC46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46AB

Black with #AC46AB

Text Example


Text Example

White with #AC46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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