Html Css Color HEX #AC1575 Jazzberry Jam

📋 copy color: '#AC1575'

red 172 ◦ green 21 ◦ blue 117

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

Shades of Jazzberry Jam #AC1575

Tints of Jazzberry Jam #AC1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 55.48%
G = 6.77%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC1575 (or 0xAC1575) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 75. RGB value is (172,21,117). Sum of RGB (Red+Green+Blue) = 172+21+117=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1575 is #53EA8A. Grayscale: #4C4C4C. Windows color (decimal): -5499531 or 7673260. OLE color: 7673260.

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

Color convert

RGB 172 21 117 -
CMYK 0 0.88 0.32 0.33
HSL 321.85º 0.78% 0.38% -
HSV(B) 321.85º 0.88% 0.67% -
XYZ 20.49 10.59 17.79 -
YUV 77.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 172 21 117 0 0.88 0.32 0.33 321.85 0.78 0.38
Hex AC 15 75 0 58 20 21 142 4E 26
Octal 254 25 165 0 130 40 41 502 116 46
Binary 10101100 10101 1110101 0 1011000 100000 100001 101000010 1001110 100110

Color Harmonies of #AC1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1575

Black with #AC1575

Text Example


Text Example

White with #AC1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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