Html Css Color HEX #AC619A Violet Blue

📋 copy color: '#AC619A'

red 172 ◦ green 97 ◦ blue 154

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

Shades of Violet Blue #AC619A

Tints of Violet Blue #AC619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 40.66%
G = 22.93%
B = 36.41%

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

#AC619A (or 0xAC619A) is known color: Violet Blue. HEX triplet: AC, 61 and 9A. RGB value is (172,97,154). Sum of RGB (Red+Green+Blue) = 172+97+154=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619A is #539E65. Grayscale: #7D7D7D. Windows color (decimal): -5480038 or 10117548. OLE color: 10117548.

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

Color convert

RGB 172 97 154 -
CMYK 0 0.44 0.10 0.33
HSL 314.4º 0.31% 0.53% -
HSV(B) 314.4º 0.44% 0.67% -
XYZ 27.12 19.65 32.94 -
YUV 125.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 172 97 154 0 0.44 0.10 0.33 314.4 0.31 0.53
Hex AC 61 9A 0 2C A 21 13A 1F 35
Octal 254 141 232 0 54 12 41 472 37 65
Binary 10101100 1100001 10011010 0 101100 1010 100001 100111010 11111 110101

Color Harmonies of #AC619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC619A

Black with #AC619A

Text Example


Text Example

White with #AC619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC619A; }

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

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

background-color css

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

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

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

border-color css

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

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

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