Html Css Color HEX #AC1C58 Jazzberry Jam

📋 copy color: '#AC1C58'

red 172 ◦ green 28 ◦ blue 88

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

Shades of Jazzberry Jam #AC1C58

Tints of Jazzberry Jam #AC1C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 59.72%
G = 9.72%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1C58 (or 0xAC1C58) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 58. RGB value is (172,28,88). Sum of RGB (Red+Green+Blue) = 172+28+88=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C58 is #53E3A7. Grayscale: #4D4D4D. Windows color (decimal): -5497768 or 5774508. OLE color: 5774508.

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

Color convert

RGB 172 28 88 -
CMYK 0 0.84 0.49 0.33
HSL 335º 0.72% 0.39% -
HSV(B) 335º 0.84% 0.67% -
XYZ 19.19 10.31 10.21 -
YUV 77.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 172 28 88 0 0.84 0.49 0.33 335 0.72 0.39
Hex AC 1C 58 0 54 31 21 14F 48 27
Octal 254 34 130 0 124 61 41 517 110 47
Binary 10101100 11100 1011000 0 1010100 110001 100001 101001111 1001000 100111

Color Harmonies of #AC1C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C58

Black with #AC1C58

Text Example


Text Example

White with #AC1C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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