Html Css Color HEX #AC5795 Violet Blue

📋 copy color: '#AC5795'

red 172 ◦ green 87 ◦ blue 149

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

Shades of Violet Blue #AC5795

Tints of Violet Blue #AC5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 42.16%
G = 21.32%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC5795 (or 0xAC5795) is known color: Violet Blue. HEX triplet: AC, 57 and 95. RGB value is (172,87,149). Sum of RGB (Red+Green+Blue) = 172+87+149=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5795 is #53A86A. Grayscale: #777777. Windows color (decimal): -5482603 or 9787308. OLE color: 9787308.

HSL color Cylindrical-coordinate representation of color #AC5795: hue angle of 316.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5795 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 149 -
CMYK 0 0.49 0.13 0.33
HSL 316.24º 0.34% 0.51% -
HSV(B) 316.24º 0.49% 0.67% -
XYZ 25.85 17.76 30.5 -
YUV 119.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 172 87 149 0 0.49 0.13 0.33 316.24 0.34 0.51
Hex AC 57 95 0 31 D 21 13C 22 33
Octal 254 127 225 0 61 15 41 474 42 63
Binary 10101100 1010111 10010101 0 110001 1101 100001 100111100 100010 110011

Color Harmonies of #AC5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5795

Black with #AC5795

Text Example


Text Example

White with #AC5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5795; }

 p { color: rgb(172,87,149); }

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

background-color css

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

 a { background-color: rgb(172,87,149); }

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

border-color css

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

 span { border-color: rgb(172,87,149); }

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