Html Css Color HEX #AC609C Violet Blue

📋 copy color: '#AC609C'

red 172 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #AC609C

Tints of Violet Blue #AC609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 40.57%
G = 22.64%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC609C (or 0xAC609C) is known color: Violet Blue. HEX triplet: AC, 60 and 9C. RGB value is (172,96,156). Sum of RGB (Red+Green+Blue) = 172+96+156=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609C is #539F63. Grayscale: #7D7D7D. Windows color (decimal): -5480292 or 10248364. OLE color: 10248364.

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

Color convert

RGB 172 96 156 -
CMYK 0 0.44 0.09 0.33
HSL 312.63º 0.31% 0.53% -
HSV(B) 312.63º 0.44% 0.67% -
XYZ 27.2 19.54 33.79 -
YUV 125.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 172 96 156 0 0.44 0.09 0.33 312.63 0.31 0.53
Hex AC 60 9C 0 2C 9 21 139 1F 35
Octal 254 140 234 0 54 11 41 471 37 65
Binary 10101100 1100000 10011100 0 101100 1001 100001 100111001 11111 110101

Color Harmonies of #AC609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC609C

Black with #AC609C

Text Example


Text Example

White with #AC609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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