Html Css Color HEX #AC5D9A Violet Blue

📋 copy color: '#AC5D9A'

red 172 ◦ green 93 ◦ blue 154

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

Shades of Violet Blue #AC5D9A

Tints of Violet Blue #AC5D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 41.05%
G = 22.2%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC5D9A (or 0xAC5D9A) is known color: Violet Blue. HEX triplet: AC, 5D and 9A. RGB value is (172,93,154). Sum of RGB (Red+Green+Blue) = 172+93+154=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D9A is #53A265. Grayscale: #7B7B7B. Windows color (decimal): -5481062 or 10116524. OLE color: 10116524.

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

Color convert

RGB 172 93 154 -
CMYK 0 0.46 0.10 0.33
HSL 313.67º 0.32% 0.52% -
HSV(B) 313.67º 0.46% 0.67% -
XYZ 26.76 18.93 32.82 -
YUV 123.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 172 93 154 0 0.46 0.10 0.33 313.67 0.32 0.52
Hex AC 5D 9A 0 2E A 21 13A 20 34
Octal 254 135 232 0 56 12 41 472 40 64
Binary 10101100 1011101 10011010 0 101110 1010 100001 100111010 100000 110100

Color Harmonies of #AC5D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D9A

Black with #AC5D9A

Text Example


Text Example

White with #AC5D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D9A; }

 p { color: rgb(172,93,154); }

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

background-color css

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

 a { background-color: rgb(172,93,154); }

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

border-color css

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

 span { border-color: rgb(172,93,154); }

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