Html Css Color HEX #AC1358 Jazzberry Jam

📋 copy color: '#AC1358'

red 172 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #AC1358

Tints of Jazzberry Jam #AC1358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 61.65%
G = 6.81%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1358 (or 0xAC1358) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 58. RGB value is (172,19,88). Sum of RGB (Red+Green+Blue) = 172+19+88=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1358 is #53ECA7. Grayscale: #484848. Windows color (decimal): -5500072 or 5772204. OLE color: 5772204.

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

Color convert

RGB 172 19 88 -
CMYK 0 0.89 0.49 0.33
HSL 332.94º 0.8% 0.37% -
HSV(B) 332.94º 0.89% 0.67% -
XYZ 19.01 9.94 10.15 -
YUV 72.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 172 19 88 0 0.89 0.49 0.33 332.94 0.8 0.37
Hex AC 13 58 0 59 31 21 14D 50 25
Octal 254 23 130 0 131 61 41 515 120 45
Binary 10101100 10011 1011000 0 1011001 110001 100001 101001101 1010000 100101

Color Harmonies of #AC1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1358

Black with #AC1358

Text Example


Text Example

White with #AC1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1358; }

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

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

background-color css

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

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

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

border-color css

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

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

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