Html Css Color HEX #AC6194 Violet Blue

📋 copy color: '#AC6194'

red 172 ◦ green 97 ◦ blue 148

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

Shades of Violet Blue #AC6194

Tints of Violet Blue #AC6194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 41.25%
G = 23.26%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC6194 (or 0xAC6194) is known color: Violet Blue. HEX triplet: AC, 61 and 94. RGB value is (172,97,148). Sum of RGB (Red+Green+Blue) = 172+97+148=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6194 is #539E6B. Grayscale: #7D7D7D. Windows color (decimal): -5480044 or 9724332. OLE color: 9724332.

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

Color convert

RGB 172 97 148 -
CMYK 0 0.44 0.14 0.33
HSL 319.2º 0.31% 0.53% -
HSV(B) 319.2º 0.44% 0.67% -
XYZ 26.63 19.46 30.37 -
YUV 125.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 172 97 148 0 0.44 0.14 0.33 319.2 0.31 0.53
Hex AC 61 94 0 2C E 21 13F 1F 35
Octal 254 141 224 0 54 16 41 477 37 65
Binary 10101100 1100001 10010100 0 101100 1110 100001 100111111 11111 110101

Color Harmonies of #AC6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6194

Black with #AC6194

Text Example


Text Example

White with #AC6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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