Html Css Color HEX #AC1F58 Jazzberry Jam

📋 copy color: '#AC1F58'

red 172 ◦ green 31 ◦ blue 88

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

Shades of Jazzberry Jam #AC1F58

Tints of Jazzberry Jam #AC1F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

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

R = 59.11%
G = 10.65%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1F58 (or 0xAC1F58) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 58. RGB value is (172,31,88). Sum of RGB (Red+Green+Blue) = 172+31+88=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F58 is #53E0A7. Grayscale: #4F4F4F. Windows color (decimal): -5497000 or 5775276. OLE color: 5775276.

HSL color Cylindrical-coordinate representation of color #AC1F58: hue angle of 335.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F58 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 88 -
CMYK 0 0.82 0.49 0.33
HSL 335.74º 0.69% 0.4% -
HSV(B) 335.74º 0.82% 0.67% -
XYZ 19.26 10.46 10.24 -
YUV 79.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 172 31 88 0 0.82 0.49 0.33 335.74 0.69 0.4
Hex AC 1F 58 0 52 31 21 150 45 28
Octal 254 37 130 0 122 61 41 520 105 50
Binary 10101100 11111 1011000 0 1010010 110001 100001 101010000 1000101 101000

Color Harmonies of #AC1F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F58

Black with #AC1F58

Text Example


Text Example

White with #AC1F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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