Html Css Color HEX #AC5E9C Violet Blue

📋 copy color: '#AC5E9C'

red 172 ◦ green 94 ◦ blue 156

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

Shades of Violet Blue #AC5E9C

Tints of Violet Blue #AC5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

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

R = 40.76%
G = 22.27%
B = 36.97%

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

#AC5E9C (or 0xAC5E9C) is known color: Violet Blue. HEX triplet: AC, 5E and 9C. RGB value is (172,94,156). Sum of RGB (Red+Green+Blue) = 172+94+156=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E9C is #53A163. Grayscale: #7C7C7C. Windows color (decimal): -5480804 or 10247852. OLE color: 10247852.

HSL color Cylindrical-coordinate representation of color #AC5E9C: hue angle of 312.31º 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 #AC5E9C is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 156 -
CMYK 0 0.45 0.09 0.33
HSL 312.31º 0.32% 0.52% -
HSV(B) 312.31º 0.45% 0.67% -
XYZ 27.02 19.18 33.73 -
YUV 124.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 172 94 156 0 0.45 0.09 0.33 312.31 0.32 0.52
Hex AC 5E 9C 0 2D 9 21 138 20 34
Octal 254 136 234 0 55 11 41 470 40 64
Binary 10101100 1011110 10011100 0 101101 1001 100001 100111000 100000 110100

Color Harmonies of #AC5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E9C

Black with #AC5E9C

Text Example


Text Example

White with #AC5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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