Html Css Color HEX #AC4D9D Violet Blue

📋 copy color: '#AC4D9D'

red 172 ◦ green 77 ◦ blue 157

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

Shades of Violet Blue #AC4D9D

Tints of Violet Blue #AC4D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

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

R = 42.36%
G = 18.97%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC4D9D (or 0xAC4D9D) is known color: Violet Blue. HEX triplet: AC, 4D and 9D. RGB value is (172,77,157). Sum of RGB (Red+Green+Blue) = 172+77+157=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D9D is #53B262. Grayscale: #727272. Windows color (decimal): -5485155 or 10309036. OLE color: 10309036.

HSL color Cylindrical-coordinate representation of color #AC4D9D: hue angle of 309.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D9D is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 157 -
CMYK 0 0.55 0.09 0.33
HSL 309.47º 0.38% 0.49% -
HSV(B) 309.47º 0.55% 0.67% -
XYZ 25.75 16.51 33.73 -
YUV 114.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 172 77 157 0 0.55 0.09 0.33 309.47 0.38 0.49
Hex AC 4D 9D 0 37 9 21 135 26 31
Octal 254 115 235 0 67 11 41 465 46 61
Binary 10101100 1001101 10011101 0 110111 1001 100001 100110101 100110 110001

Color Harmonies of #AC4D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D9D

Black with #AC4D9D

Text Example


Text Example

White with #AC4D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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