Html Css Color HEX #AC5A9F Violet Blue

📋 copy color: '#AC5A9F'

red 172 ◦ green 90 ◦ blue 159

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

Shades of Violet Blue #AC5A9F

Tints of Violet Blue #AC5A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 40.86%
G = 21.38%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC5A9F (or 0xAC5A9F) is known color: Violet Blue. HEX triplet: AC, 5A and 9F. RGB value is (172,90,159). Sum of RGB (Red+Green+Blue) = 172+90+159=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A9F is #53A560. Grayscale: #7A7A7A. Windows color (decimal): -5481825 or 10443436. OLE color: 10443436.

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

Color convert

RGB 172 90 159 -
CMYK 0 0.48 0.08 0.33
HSL 309.51º 0.33% 0.51% -
HSV(B) 309.51º 0.48% 0.67% -
XYZ 26.93 18.59 34.97 -
YUV 122.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 172 90 159 0 0.48 0.08 0.33 309.51 0.33 0.51
Hex AC 5A 9F 0 30 8 21 136 21 33
Octal 254 132 237 0 60 10 41 466 41 63
Binary 10101100 1011010 10011111 0 110000 1000 100001 100110110 100001 110011

Color Harmonies of #AC5A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A9F

Black with #AC5A9F

Text Example


Text Example

White with #AC5A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A9F; }

 p { color: rgb(172,90,159); }

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

background-color css

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

 a { background-color: rgb(172,90,159); }

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

border-color css

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

 span { border-color: rgb(172,90,159); }

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