Html Css Color HEX #AC619F Violet Blue

📋 copy color: '#AC619F'

red 172 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #AC619F

Tints of Violet Blue #AC619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 40.19%
G = 22.66%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC619F (or 0xAC619F) is known color: Violet Blue. HEX triplet: AC, 61 and 9F. RGB value is (172,97,159). Sum of RGB (Red+Green+Blue) = 172+97+159=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619F is #539E60. Grayscale: #7E7E7E. Windows color (decimal): -5480033 or 10445228. OLE color: 10445228.

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

Color convert

RGB 172 97 159 -
CMYK 0 0.44 0.08 0.33
HSL 310.4º 0.31% 0.53% -
HSV(B) 310.4º 0.44% 0.67% -
XYZ 27.55 19.82 35.18 -
YUV 126.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 172 97 159 0 0.44 0.08 0.33 310.4 0.31 0.53
Hex AC 61 9F 0 2C 8 21 136 1F 35
Octal 254 141 237 0 54 10 41 466 37 65
Binary 10101100 1100001 10011111 0 101100 1000 100001 100110110 11111 110101

Color Harmonies of #AC619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC619F

Black with #AC619F

Text Example


Text Example

White with #AC619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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