Html Css Color HEX #AC529F Violet Blue

📋 copy color: '#AC529F'

red 172 ◦ green 82 ◦ blue 159

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

Shades of Violet Blue #AC529F

Tints of Violet Blue #AC529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 41.65%
G = 19.85%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC529F (or 0xAC529F) is known color: Violet Blue. HEX triplet: AC, 52 and 9F. RGB value is (172,82,159). Sum of RGB (Red+Green+Blue) = 172+82+159=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC529F is #53AD60. Grayscale: #757575. Windows color (decimal): -5483873 or 10441388. OLE color: 10441388.

HSL color Cylindrical-coordinate representation of color #AC529F: hue angle of 308.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC529F is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 159 -
CMYK 0 0.52 0.08 0.33
HSL 308.67º 0.35% 0.5% -
HSV(B) 308.67º 0.52% 0.67% -
XYZ 26.29 17.31 34.76 -
YUV 117.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 172 82 159 0 0.52 0.08 0.33 308.67 0.35 0.5
Hex AC 52 9F 0 34 8 21 135 23 32
Octal 254 122 237 0 64 10 41 465 43 62
Binary 10101100 1010010 10011111 0 110100 1000 100001 100110101 100011 110010

Color Harmonies of #AC529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC529F

Black with #AC529F

Text Example


Text Example

White with #AC529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC529F; }

 p { color: rgb(172,82,159); }

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

background-color css

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

 a { background-color: rgb(172,82,159); }

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

border-color css

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

 span { border-color: rgb(172,82,159); }

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