Html Css Color HEX #AC1C5F Jazzberry Jam

📋 copy color: '#AC1C5F'

red 172 ◦ green 28 ◦ blue 95

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

Shades of Jazzberry Jam #AC1C5F

Tints of Jazzberry Jam #AC1C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 58.31%
G = 9.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC1C5F (or 0xAC1C5F) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 5F. RGB value is (172,28,95). Sum of RGB (Red+Green+Blue) = 172+28+95=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C5F is #53E3A0. Grayscale: #4E4E4E. Windows color (decimal): -5497761 or 6233260. OLE color: 6233260.

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

Color convert

RGB 172 28 95 -
CMYK 0 0.84 0.45 0.33
HSL 332.08º 0.72% 0.39% -
HSV(B) 332.08º 0.84% 0.67% -
XYZ 19.49 10.43 11.81 -
YUV 78.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 172 28 95 0 0.84 0.45 0.33 332.08 0.72 0.39
Hex AC 1C 5F 0 54 2D 21 14C 48 27
Octal 254 34 137 0 124 55 41 514 110 47
Binary 10101100 11100 1011111 0 1010100 101101 100001 101001100 1001000 100111

Color Harmonies of #AC1C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C5F

Black with #AC1C5F

Text Example


Text Example

White with #AC1C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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