Html Css Color HEX #AC155E Jazzberry Jam

📋 copy color: '#AC155E'

red 172 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #AC155E

Tints of Jazzberry Jam #AC155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 59.93%
G = 7.32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC155E (or 0xAC155E) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 5E. RGB value is (172,21,94). Sum of RGB (Red+Green+Blue) = 172+21+94=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155E is #53EAA1. Grayscale: #4A4A4A. Windows color (decimal): -5499554 or 6165932. OLE color: 6165932.

HSL color Cylindrical-coordinate representation of color #AC155E: hue angle of 330.99º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC155E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 94 -
CMYK 0 0.88 0.45 0.33
HSL 330.99º 0.78% 0.38% -
HSV(B) 330.99º 0.88% 0.67% -
XYZ 19.3 10.12 11.52 -
YUV 74.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 172 21 94 0 0.88 0.45 0.33 330.99 0.78 0.38
Hex AC 15 5E 0 58 2D 21 14B 4E 26
Octal 254 25 136 0 130 55 41 513 116 46
Binary 10101100 10101 1011110 0 1011000 101101 100001 101001011 1001110 100110

Color Harmonies of #AC155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC155E

Black with #AC155E

Text Example


Text Example

White with #AC155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC155E; }

 p { color: rgb(172,21,94); }

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

background-color css

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

 a { background-color: rgb(172,21,94); }

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

border-color css

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

 span { border-color: rgb(172,21,94); }

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