Html Css Color HEX #AC5D9C Violet Blue

📋 copy color: '#AC5D9C'

red 172 ◦ green 93 ◦ blue 156

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

Shades of Violet Blue #AC5D9C

Tints of Violet Blue #AC5D9C

RGB

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

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

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

R = 40.86%
G = 22.09%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC5D9C (or 0xAC5D9C) is known color: Violet Blue. HEX triplet: AC, 5D and 9C. RGB value is (172,93,156). Sum of RGB (Red+Green+Blue) = 172+93+156=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D9C is #53A263. Grayscale: #7B7B7B. Windows color (decimal): -5481060 or 10247596. OLE color: 10247596.

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

Color convert

RGB 172 93 156 -
CMYK 0 0.46 0.09 0.33
HSL 312.15º 0.32% 0.52% -
HSV(B) 312.15º 0.46% 0.67% -
XYZ 26.93 19 33.7 -
YUV 123.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 172 93 156 0 0.46 0.09 0.33 312.15 0.32 0.52
Hex AC 5D 9C 0 2E 9 21 138 20 34
Octal 254 135 234 0 56 11 41 470 40 64
Binary 10101100 1011101 10011100 0 101110 1001 100001 100111000 100000 110100

Color Harmonies of #AC5D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D9C

Black with #AC5D9C

Text Example


Text Example

White with #AC5D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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