Html Css Color HEX #AC479E Violet Blue

📋 copy color: '#AC479E'

red 172 ◦ green 71 ◦ blue 158

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

Shades of Violet Blue #AC479E

Tints of Violet Blue #AC479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 42.89%
G = 17.71%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC479E (or 0xAC479E) is known color: Violet Blue. HEX triplet: AC, 47 and 9E. RGB value is (172,71,158). Sum of RGB (Red+Green+Blue) = 172+71+158=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC479E is #53B861. Grayscale: #6E6E6E. Windows color (decimal): -5486690 or 10373036. OLE color: 10373036.

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

Color convert

RGB 172 71 158 -
CMYK 0 0.59 0.08 0.33
HSL 308.32º 0.42% 0.48% -
HSV(B) 308.32º 0.59% 0.67% -
XYZ 25.44 15.75 34.05 -
YUV 111.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 172 71 158 0 0.59 0.08 0.33 308.32 0.42 0.48
Hex AC 47 9E 0 3B 8 21 134 2A 30
Octal 254 107 236 0 73 10 41 464 52 60
Binary 10101100 1000111 10011110 0 111011 1000 100001 100110100 101010 110000

Color Harmonies of #AC479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC479E

Black with #AC479E

Text Example


Text Example

White with #AC479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC479E; }

 p { color: rgb(172,71,158); }

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

background-color css

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

 a { background-color: rgb(172,71,158); }

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

border-color css

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

 span { border-color: rgb(172,71,158); }

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