Html Css Color HEX #AC609D Violet Blue

📋 copy color: '#AC609D'

red 172 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #AC609D

Tints of Violet Blue #AC609D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 40.47%
G = 22.59%
B = 36.94%

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

#AC609D (or 0xAC609D) is known color: Violet Blue. HEX triplet: AC, 60 and 9D. RGB value is (172,96,157). Sum of RGB (Red+Green+Blue) = 172+96+157=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609D is #539F62. Grayscale: #7D7D7D. Windows color (decimal): -5480291 or 10313900. OLE color: 10313900.

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

Color convert

RGB 172 96 157 -
CMYK 0 0.44 0.09 0.33
HSL 311.84º 0.31% 0.53% -
HSV(B) 311.84º 0.44% 0.67% -
XYZ 27.28 19.57 34.24 -
YUV 125.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 172 96 157 0 0.44 0.09 0.33 311.84 0.31 0.53
Hex AC 60 9D 0 2C 9 21 138 1F 35
Octal 254 140 235 0 54 11 41 470 37 65
Binary 10101100 1100000 10011101 0 101100 1001 100001 100111000 11111 110101

Color Harmonies of #AC609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC609D

Black with #AC609D

Text Example


Text Example

White with #AC609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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