Html Css Color HEX #AC6499 Violet Blue

📋 copy color: '#AC6499'

red 172 ◦ green 100 ◦ blue 153

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

Shades of Violet Blue #AC6499

Tints of Violet Blue #AC6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 40.47%
G = 23.53%
B = 36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC6499 (or 0xAC6499) is known color: Violet Blue. HEX triplet: AC, 64 and 99. RGB value is (172,100,153). Sum of RGB (Red+Green+Blue) = 172+100+153=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6499 is #539B66. Grayscale: #7F7F7F. Windows color (decimal): -5479271 or 10052780. OLE color: 10052780.

HSL color Cylindrical-coordinate representation of color #AC6499: hue angle of 315.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6499 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 153 -
CMYK 0 0.42 0.11 0.33
HSL 315.83º 0.3% 0.53% -
HSV(B) 315.83º 0.42% 0.67% -
XYZ 27.32 20.18 32.59 -
YUV 127.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 172 100 153 0 0.42 0.11 0.33 315.83 0.3 0.53
Hex AC 64 99 0 2A B 21 13C 1E 35
Octal 254 144 231 0 52 13 41 474 36 65
Binary 10101100 1100100 10011001 0 101010 1011 100001 100111100 11110 110101

Color Harmonies of #AC6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6499

Black with #AC6499

Text Example


Text Example

White with #AC6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6499; }

 p { color: rgb(172,100,153); }

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

background-color css

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

 a { background-color: rgb(172,100,153); }

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

border-color css

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

 span { border-color: rgb(172,100,153); }

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