Html Css Color HEX #AC619E Violet Blue

📋 copy color: '#AC619E'

red 172 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #AC619E

Tints of Violet Blue #AC619E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 40.28%
G = 22.72%
B = 37%

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

#AC619E (or 0xAC619E) is known color: Violet Blue. HEX triplet: AC, 61 and 9E. RGB value is (172,97,158). Sum of RGB (Red+Green+Blue) = 172+97+158=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619E is #539E61. Grayscale: #7E7E7E. Windows color (decimal): -5480034 or 10379692. OLE color: 10379692.

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

Color convert

RGB 172 97 158 -
CMYK 0 0.44 0.08 0.33
HSL 311.2º 0.31% 0.53% -
HSV(B) 311.2º 0.44% 0.67% -
XYZ 27.46 19.79 34.72 -
YUV 126.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 172 97 158 0 0.44 0.08 0.33 311.2 0.31 0.53
Hex AC 61 9E 0 2C 8 21 137 1F 35
Octal 254 141 236 0 54 10 41 467 37 65
Binary 10101100 1100001 10011110 0 101100 1000 100001 100110111 11111 110101

Color Harmonies of #AC619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC619E

Black with #AC619E

Text Example


Text Example

White with #AC619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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