Html Css Color HEX #AC1163 Jazzberry Jam

📋 copy color: '#AC1163'

red 172 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #AC1163

Tints of Jazzberry Jam #AC1163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 59.72%
G = 5.9%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1163 (or 0xAC1163) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 63. RGB value is (172,17,99). Sum of RGB (Red+Green+Blue) = 172+17+99=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1163 is #53EE9C. Grayscale: #484848. Windows color (decimal): -5500573 or 6492588. OLE color: 6492588.

HSL color Cylindrical-coordinate representation of color #AC1163: hue angle of 328.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1163 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 99 -
CMYK 0 0.90 0.42 0.33
HSL 328.26º 0.82% 0.37% -
HSV(B) 328.26º 0.9% 0.67% -
XYZ 19.47 10.07 12.72 -
YUV 72.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 172 17 99 0 0.90 0.42 0.33 328.26 0.82 0.37
Hex AC 11 63 0 5A 2A 21 148 52 25
Octal 254 21 143 0 132 52 41 510 122 45
Binary 10101100 10001 1100011 0 1011010 101010 100001 101001000 1010010 100101

Color Harmonies of #AC1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1163

Black with #AC1163

Text Example


Text Example

White with #AC1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1163; }

 p { color: rgb(172,17,99); }

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

background-color css

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

 a { background-color: rgb(172,17,99); }

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

border-color css

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

 span { border-color: rgb(172,17,99); }

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