Html Css Color HEX #AC539D Violet Blue

📋 copy color: '#AC539D'

red 172 ◦ green 83 ◦ blue 157

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

Shades of Violet Blue #AC539D

Tints of Violet Blue #AC539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 41.75%
G = 20.15%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC539D (or 0xAC539D) is known color: Violet Blue. HEX triplet: AC, 53 and 9D. RGB value is (172,83,157). Sum of RGB (Red+Green+Blue) = 172+83+157=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC539D is #53AC62. Grayscale: #757575. Windows color (decimal): -5483619 or 10310572. OLE color: 10310572.

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

Color convert

RGB 172 83 157 -
CMYK 0 0.52 0.09 0.33
HSL 310.11º 0.35% 0.5% -
HSV(B) 310.11º 0.52% 0.67% -
XYZ 26.19 17.39 33.87 -
YUV 118.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 172 83 157 0 0.52 0.09 0.33 310.11 0.35 0.5
Hex AC 53 9D 0 34 9 21 136 23 32
Octal 254 123 235 0 64 11 41 466 43 62
Binary 10101100 1010011 10011101 0 110100 1001 100001 100110110 100011 110010

Color Harmonies of #AC539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC539D

Black with #AC539D

Text Example


Text Example

White with #AC539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC539D; }

 p { color: rgb(172,83,157); }

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

background-color css

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

 a { background-color: rgb(172,83,157); }

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

border-color css

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

 span { border-color: rgb(172,83,157); }

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