Html Css Color HEX #AC0958 Jazzberry Jam

📋 copy color: '#AC0958'

red 172 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #AC0958

Tints of Jazzberry Jam #AC0958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 63.94%
G = 3.35%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0958 (or 0xAC0958) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 58. RGB value is (172,9,88). Sum of RGB (Red+Green+Blue) = 172+9+88=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0958 is #53F6A7. Grayscale: #424242. Windows color (decimal): -5502632 or 5769644. OLE color: 5769644.

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

Color convert

RGB 172 9 88 -
CMYK 0 0.95 0.49 0.33
HSL 330.92º 0.9% 0.35% -
HSV(B) 330.92º 0.95% 0.67% -
XYZ 18.87 9.67 10.1 -
YUV 66.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 172 9 88 0 0.95 0.49 0.33 330.92 0.9 0.35
Hex AC 9 58 0 5F 31 21 14B 5A 23
Octal 254 11 130 0 137 61 41 513 132 43
Binary 10101100 1001 1011000 0 1011111 110001 100001 101001011 1011010 100011

Color Harmonies of #AC0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0958

Black with #AC0958

Text Example


Text Example

White with #AC0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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