Html Css Color HEX #AC5C95 Violet Blue

📋 copy color: '#AC5C95'

red 172 ◦ green 92 ◦ blue 149

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

Shades of Violet Blue #AC5C95

Tints of Violet Blue #AC5C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.28%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 41.65%
G = 22.28%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC5C95 (or 0xAC5C95) is known color: Violet Blue. HEX triplet: AC, 5C and 95. RGB value is (172,92,149). Sum of RGB (Red+Green+Blue) = 172+92+149=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C95 is #53A36A. Grayscale: #7A7A7A. Windows color (decimal): -5481323 or 9788588. OLE color: 9788588.

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

Color convert

RGB 172 92 149 -
CMYK 0 0.47 0.13 0.33
HSL 317.25º 0.33% 0.52% -
HSV(B) 317.25º 0.47% 0.67% -
XYZ 26.27 18.59 30.64 -
YUV 122.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 172 92 149 0 0.47 0.13 0.33 317.25 0.33 0.52
Hex AC 5C 95 0 2F D 21 13D 21 34
Octal 254 134 225 0 57 15 41 475 41 64
Binary 10101100 1011100 10010101 0 101111 1101 100001 100111101 100001 110100

Color Harmonies of #AC5C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C95

Black with #AC5C95

Text Example


Text Example

White with #AC5C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C95; }

 p { color: rgb(172,92,149); }

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

background-color css

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

 a { background-color: rgb(172,92,149); }

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

border-color css

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

 span { border-color: rgb(172,92,149); }

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