Html Css Color HEX #AC1975 Jazzberry Jam

📋 copy color: '#AC1975'

red 172 ◦ green 25 ◦ blue 117

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

Shades of Jazzberry Jam #AC1975

Tints of Jazzberry Jam #AC1975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 54.78%
G = 7.96%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC1975 (or 0xAC1975) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 75. RGB value is (172,25,117). Sum of RGB (Red+Green+Blue) = 172+25+117=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1975 is #53E68A. Grayscale: #4F4F4F. Windows color (decimal): -5498507 or 7674284. OLE color: 7674284.

HSL color Cylindrical-coordinate representation of color #AC1975: hue angle of 322.45º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1975 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 117 -
CMYK 0 0.85 0.32 0.33
HSL 322.45º 0.75% 0.39% -
HSV(B) 322.45º 0.85% 0.67% -
XYZ 20.57 10.75 17.82 -
YUV 79.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 172 25 117 0 0.85 0.32 0.33 322.45 0.75 0.39
Hex AC 19 75 0 55 20 21 142 4B 27
Octal 254 31 165 0 125 40 41 502 113 47
Binary 10101100 11001 1110101 0 1010101 100000 100001 101000010 1001011 100111

Color Harmonies of #AC1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1975

Black with #AC1975

Text Example


Text Example

White with #AC1975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1975; }

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

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

background-color css

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

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

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

border-color css

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

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

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