Html Css Color HEX #AC5C9C Violet Blue

📋 copy color: '#AC5C9C'

red 172 ◦ green 92 ◦ blue 156

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

Shades of Violet Blue #AC5C9C

Tints of Violet Blue #AC5C9C

RGB

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

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

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

R = 40.95%
G = 21.9%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC5C9C (or 0xAC5C9C) is known color: Violet Blue. HEX triplet: AC, 5C and 9C. RGB value is (172,92,156). Sum of RGB (Red+Green+Blue) = 172+92+156=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9C is #53A363. Grayscale: #7B7B7B. Windows color (decimal): -5481316 or 10247340. OLE color: 10247340.

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

Color convert

RGB 172 92 156 -
CMYK 0 0.47 0.09 0.33
HSL 312º 0.33% 0.52% -
HSV(B) 312º 0.47% 0.67% -
XYZ 26.84 18.83 33.67 -
YUV 123.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 172 92 156 0 0.47 0.09 0.33 312 0.33 0.52
Hex AC 5C 9C 0 2F 9 21 138 21 34
Octal 254 134 234 0 57 11 41 470 41 64
Binary 10101100 1011100 10011100 0 101111 1001 100001 100111000 100001 110100

Color Harmonies of #AC5C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C9C

Black with #AC5C9C

Text Example


Text Example

White with #AC5C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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