Html Css Color HEX #AC6095 Violet Blue

📋 copy color: '#AC6095'

red 172 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #AC6095

Tints of Violet Blue #AC6095

RGB

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

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

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

R = 41.25%
G = 23.02%
B = 35.73%

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

#AC6095 (or 0xAC6095) is known color: Violet Blue. HEX triplet: AC, 60 and 95. RGB value is (172,96,149). Sum of RGB (Red+Green+Blue) = 172+96+149=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6095 is #539F6A. Grayscale: #7C7C7C. Windows color (decimal): -5480299 or 9789612. OLE color: 9789612.

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

Color convert

RGB 172 96 149 -
CMYK 0 0.44 0.13 0.33
HSL 318.16º 0.31% 0.53% -
HSV(B) 318.16º 0.44% 0.67% -
XYZ 26.62 19.31 30.76 -
YUV 124.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 172 96 149 0 0.44 0.13 0.33 318.16 0.31 0.53
Hex AC 60 95 0 2C D 21 13E 1F 35
Octal 254 140 225 0 54 15 41 476 37 65
Binary 10101100 1100000 10010101 0 101100 1101 100001 100111110 11111 110101

Color Harmonies of #AC6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6095

Black with #AC6095

Text Example


Text Example

White with #AC6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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