Html Css Color HEX #AC5B9F Violet Blue

📋 copy color: '#AC5B9F'

red 172 ◦ green 91 ◦ blue 159

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

Shades of Violet Blue #AC5B9F

Tints of Violet Blue #AC5B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 40.76%
G = 21.56%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC5B9F (or 0xAC5B9F) is known color: Violet Blue. HEX triplet: AC, 5B and 9F. RGB value is (172,91,159). Sum of RGB (Red+Green+Blue) = 172+91+159=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B9F is #53A460. Grayscale: #7A7A7A. Windows color (decimal): -5481569 or 10443692. OLE color: 10443692.

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

Color convert

RGB 172 91 159 -
CMYK 0 0.47 0.08 0.33
HSL 309.63º 0.33% 0.52% -
HSV(B) 309.63º 0.47% 0.67% -
XYZ 27.01 18.76 35 -
YUV 122.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 172 91 159 0 0.47 0.08 0.33 309.63 0.33 0.52
Hex AC 5B 9F 0 2F 8 21 136 21 34
Octal 254 133 237 0 57 10 41 466 41 64
Binary 10101100 1011011 10011111 0 101111 1000 100001 100110110 100001 110100

Color Harmonies of #AC5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B9F

Black with #AC5B9F

Text Example


Text Example

White with #AC5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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