Html Css Color HEX #AC1562 Jazzberry Jam

📋 copy color: '#AC1562'

red 172 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #AC1562

Tints of Jazzberry Jam #AC1562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 59.11%
G = 7.22%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC1562 (or 0xAC1562) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 62. RGB value is (172,21,98). Sum of RGB (Red+Green+Blue) = 172+21+98=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1562 is #53EA9D. Grayscale: #4A4A4A. Windows color (decimal): -5499550 or 6428076. OLE color: 6428076.

HSL color Cylindrical-coordinate representation of color #AC1562: hue angle of 329.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1562 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 98 -
CMYK 0 0.88 0.43 0.33
HSL 329.4º 0.78% 0.38% -
HSV(B) 329.4º 0.88% 0.67% -
XYZ 19.49 10.19 12.49 -
YUV 74.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 172 21 98 0 0.88 0.43 0.33 329.4 0.78 0.38
Hex AC 15 62 0 58 2B 21 149 4E 26
Octal 254 25 142 0 130 53 41 511 116 46
Binary 10101100 10101 1100010 0 1011000 101011 100001 101001001 1001110 100110

Color Harmonies of #AC1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1562

Black with #AC1562

Text Example


Text Example

White with #AC1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1562; }

 p { color: rgb(172,21,98); }

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

background-color css

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

 a { background-color: rgb(172,21,98); }

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

border-color css

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

 span { border-color: rgb(172,21,98); }

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