Html Css Color HEX #AC609A Violet Blue

📋 copy color: '#AC609A'

red 172 ◦ green 96 ◦ blue 154

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

Shades of Violet Blue #AC609A

Tints of Violet Blue #AC609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 40.76%
G = 22.75%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC609A (or 0xAC609A) is known color: Violet Blue. HEX triplet: AC, 60 and 9A. RGB value is (172,96,154). Sum of RGB (Red+Green+Blue) = 172+96+154=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609A is #539F65. Grayscale: #7D7D7D. Windows color (decimal): -5480294 or 10117292. OLE color: 10117292.

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

Color convert

RGB 172 96 154 -
CMYK 0 0.44 0.10 0.33
HSL 314.21º 0.31% 0.53% -
HSV(B) 314.21º 0.44% 0.67% -
XYZ 27.03 19.47 32.91 -
YUV 125.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 172 96 154 0 0.44 0.10 0.33 314.21 0.31 0.53
Hex AC 60 9A 0 2C A 21 13A 1F 35
Octal 254 140 232 0 54 12 41 472 37 65
Binary 10101100 1100000 10011010 0 101100 1010 100001 100111010 11111 110101

Color Harmonies of #AC609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC609A

Black with #AC609A

Text Example


Text Example

White with #AC609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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