Html Css Color HEX #AC449D Violet Blue

📋 copy color: '#AC449D'

red 172 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #AC449D

Tints of Violet Blue #AC449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 43.32%
G = 17.13%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC449D (or 0xAC449D) is known color: Violet Blue. HEX triplet: AC, 44 and 9D. RGB value is (172,68,157). Sum of RGB (Red+Green+Blue) = 172+68+157=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC449D is #53BB62. Grayscale: #6C6C6C. Windows color (decimal): -5487459 or 10306732. OLE color: 10306732.

HSL color Cylindrical-coordinate representation of color #AC449D: hue angle of 308.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC449D is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 157 -
CMYK 0 0.60 0.09 0.33
HSL 308.65º 0.43% 0.47% -
HSV(B) 308.65º 0.6% 0.67% -
XYZ 25.17 15.34 33.53 -
YUV 109.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 172 68 157 0 0.60 0.09 0.33 308.65 0.43 0.47
Hex AC 44 9D 0 3C 9 21 135 2B 2F
Octal 254 104 235 0 74 11 41 465 53 57
Binary 10101100 1000100 10011101 0 111100 1001 100001 100110101 101011 101111

Color Harmonies of #AC449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC449D

Black with #AC449D

Text Example


Text Example

White with #AC449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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