Html Css Color HEX #AC619D Violet Blue

📋 copy color: '#AC619D'

red 172 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #AC619D

Tints of Violet Blue #AC619D

RGB

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

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

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

R = 40.38%
G = 22.77%
B = 36.85%

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

#AC619D (or 0xAC619D) is known color: Violet Blue. HEX triplet: AC, 61 and 9D. RGB value is (172,97,157). Sum of RGB (Red+Green+Blue) = 172+97+157=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619D is #539E62. Grayscale: #7E7E7E. Windows color (decimal): -5480035 or 10314156. OLE color: 10314156.

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

Color convert

RGB 172 97 157 -
CMYK 0 0.44 0.09 0.33
HSL 312º 0.31% 0.53% -
HSV(B) 312º 0.44% 0.67% -
XYZ 27.37 19.75 34.27 -
YUV 126.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 172 97 157 0 0.44 0.09 0.33 312 0.31 0.53
Hex AC 61 9D 0 2C 9 21 138 1F 35
Octal 254 141 235 0 54 11 41 470 37 65
Binary 10101100 1100001 10011101 0 101100 1001 100001 100111000 11111 110101

Color Harmonies of #AC619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC619D

Black with #AC619D

Text Example


Text Example

White with #AC619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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