Html Css Color HEX #AC1475 Jazzberry Jam

📋 copy color: '#AC1475'

red 172 ◦ green 20 ◦ blue 117

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

Shades of Jazzberry Jam #AC1475

Tints of Jazzberry Jam #AC1475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 55.66%
G = 6.47%
B = 37.86%

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

#AC1475 (or 0xAC1475) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 75. RGB value is (172,20,117). Sum of RGB (Red+Green+Blue) = 172+20+117=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1475 is #53EB8A. Grayscale: #4C4C4C. Windows color (decimal): -5499787 or 7673004. OLE color: 7673004.

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

Color convert

RGB 172 20 117 -
CMYK 0 0.88 0.32 0.33
HSL 321.71º 0.79% 0.38% -
HSV(B) 321.71º 0.88% 0.67% -
XYZ 20.47 10.56 17.79 -
YUV 76.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 172 20 117 0 0.88 0.32 0.33 321.71 0.79 0.38
Hex AC 14 75 0 58 20 21 142 4F 26
Octal 254 24 165 0 130 40 41 502 117 46
Binary 10101100 10100 1110101 0 1011000 100000 100001 101000010 1001111 100110

Color Harmonies of #AC1475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1475

Black with #AC1475

Text Example


Text Example

White with #AC1475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1475; }

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

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

background-color css

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

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

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

border-color css

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

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

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