Html Css Color HEX #AC1C54 Jazzberry Jam

📋 copy color: '#AC1C54'

red 172 ◦ green 28 ◦ blue 84

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

Shades of Jazzberry Jam #AC1C54

Tints of Jazzberry Jam #AC1C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 60.56%
G = 9.86%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC1C54 (or 0xAC1C54) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 54. RGB value is (172,28,84). Sum of RGB (Red+Green+Blue) = 172+28+84=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C54 is #53E3AB. Grayscale: #4D4D4D. Windows color (decimal): -5497772 or 5512364. OLE color: 5512364.

HSL color Cylindrical-coordinate representation of color #AC1C54: hue angle of 336.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C54 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 84 -
CMYK 0 0.84 0.51 0.33
HSL 336.67º 0.72% 0.39% -
HSV(B) 336.67º 0.84% 0.67% -
XYZ 19.03 10.24 9.36 -
YUV 77.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 172 28 84 0 0.84 0.51 0.33 336.67 0.72 0.39
Hex AC 1C 54 0 54 33 21 151 48 27
Octal 254 34 124 0 124 63 41 521 110 47
Binary 10101100 11100 1010100 0 1010100 110011 100001 101010001 1001000 100111

Color Harmonies of #AC1C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C54

Black with #AC1C54

Text Example


Text Example

White with #AC1C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C54; }

 p { color: rgb(172,28,84); }

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

background-color css

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

 a { background-color: rgb(172,28,84); }

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

border-color css

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

 span { border-color: rgb(172,28,84); }

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