Html Css Color HEX #AC5F9C Violet Blue

📋 copy color: '#AC5F9C'

red 172 ◦ green 95 ◦ blue 156

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

Shades of Violet Blue #AC5F9C

Tints of Violet Blue #AC5F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 40.66%
G = 22.46%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC5F9C (or 0xAC5F9C) is known color: Violet Blue. HEX triplet: AC, 5F and 9C. RGB value is (172,95,156). Sum of RGB (Red+Green+Blue) = 172+95+156=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F9C is #53A063. Grayscale: #7C7C7C. Windows color (decimal): -5480548 or 10248108. OLE color: 10248108.

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

Color convert

RGB 172 95 156 -
CMYK 0 0.45 0.09 0.33
HSL 312.47º 0.32% 0.52% -
HSV(B) 312.47º 0.45% 0.67% -
XYZ 27.11 19.36 33.76 -
YUV 124.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 172 95 156 0 0.45 0.09 0.33 312.47 0.32 0.52
Hex AC 5F 9C 0 2D 9 21 138 20 34
Octal 254 137 234 0 55 11 41 470 40 64
Binary 10101100 1011111 10011100 0 101101 1001 100001 100111000 100000 110100

Color Harmonies of #AC5F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F9C

Black with #AC5F9C

Text Example


Text Example

White with #AC5F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F9C; }

 p { color: rgb(172,95,156); }

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

background-color css

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

 a { background-color: rgb(172,95,156); }

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

border-color css

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

 span { border-color: rgb(172,95,156); }

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