Html Css Color HEX #AC175D Jazzberry Jam

📋 copy color: '#AC175D'

red 172 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #AC175D

Tints of Jazzberry Jam #AC175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 59.72%
G = 7.99%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC175D (or 0xAC175D) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 5D. RGB value is (172,23,93). Sum of RGB (Red+Green+Blue) = 172+23+93=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC175D is #53E8A2. Grayscale: #4B4B4B. Windows color (decimal): -5499043 or 6100908. OLE color: 6100908.

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

Color convert

RGB 172 23 93 -
CMYK 0 0.87 0.46 0.33
HSL 331.81º 0.76% 0.38% -
HSV(B) 331.81º 0.87% 0.67% -
XYZ 19.3 10.17 11.3 -
YUV 75.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 172 23 93 0 0.87 0.46 0.33 331.81 0.76 0.38
Hex AC 17 5D 0 57 2E 21 14C 4C 26
Octal 254 27 135 0 127 56 41 514 114 46
Binary 10101100 10111 1011101 0 1010111 101110 100001 101001100 1001100 100110

Color Harmonies of #AC175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC175D

Black with #AC175D

Text Example


Text Example

White with #AC175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC175D; }

 p { color: rgb(172,23,93); }

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

background-color css

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

 a { background-color: rgb(172,23,93); }

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

border-color css

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

 span { border-color: rgb(172,23,93); }

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