Html Css Color HEX #AC6096 Violet Blue

📋 copy color: '#AC6096'

red 172 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #AC6096

Tints of Violet Blue #AC6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 41.15%
G = 22.97%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6096 (or 0xAC6096) is known color: Violet Blue. HEX triplet: AC, 60 and 96. RGB value is (172,96,150). Sum of RGB (Red+Green+Blue) = 172+96+150=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6096 is #539F69. Grayscale: #7C7C7C. Windows color (decimal): -5480298 or 9855148. OLE color: 9855148.

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

Color convert

RGB 172 96 150 -
CMYK 0 0.44 0.13 0.33
HSL 317.37º 0.31% 0.53% -
HSV(B) 317.37º 0.44% 0.67% -
XYZ 26.7 19.34 31.18 -
YUV 124.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 172 96 150 0 0.44 0.13 0.33 317.37 0.31 0.53
Hex AC 60 96 0 2C D 21 13D 1F 35
Octal 254 140 226 0 54 15 41 475 37 65
Binary 10101100 1100000 10010110 0 101100 1101 100001 100111101 11111 110101

Color Harmonies of #AC6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6096

Black with #AC6096

Text Example


Text Example

White with #AC6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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