Html Css Color HEX #AC5296 Violet Blue

📋 copy color: '#AC5296'

red 172 ◦ green 82 ◦ blue 150

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

Shades of Violet Blue #AC5296

Tints of Violet Blue #AC5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 42.57%
G = 20.3%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC5296 (or 0xAC5296) is known color: Violet Blue. HEX triplet: AC, 52 and 96. RGB value is (172,82,150). Sum of RGB (Red+Green+Blue) = 172+82+150=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5296 is #53AD69. Grayscale: #747474. Windows color (decimal): -5483882 or 9851564. OLE color: 9851564.

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

Color convert

RGB 172 82 150 -
CMYK 0 0.52 0.13 0.33
HSL 314.67º 0.35% 0.5% -
HSV(B) 314.67º 0.52% 0.67% -
XYZ 25.54 17.01 30.79 -
YUV 116.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 172 82 150 0 0.52 0.13 0.33 314.67 0.35 0.5
Hex AC 52 96 0 34 D 21 13B 23 32
Octal 254 122 226 0 64 15 41 473 43 62
Binary 10101100 1010010 10010110 0 110100 1101 100001 100111011 100011 110010

Color Harmonies of #AC5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5296

Black with #AC5296

Text Example


Text Example

White with #AC5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5296; }

 p { color: rgb(172,82,150); }

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

background-color css

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

 a { background-color: rgb(172,82,150); }

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

border-color css

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

 span { border-color: rgb(172,82,150); }

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