Html Css Color HEX #AC195C Jazzberry Jam

📋 copy color: '#AC195C'

red 172 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #AC195C

Tints of Jazzberry Jam #AC195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 59.52%
G = 8.65%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC195C (or 0xAC195C) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 5C. RGB value is (172,25,92). Sum of RGB (Red+Green+Blue) = 172+25+92=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC195C is #53E6A3. Grayscale: #4C4C4C. Windows color (decimal): -5498532 or 6035884. OLE color: 6035884.

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

Color convert

RGB 172 25 92 -
CMYK 0 0.85 0.47 0.33
HSL 332.65º 0.75% 0.39% -
HSV(B) 332.65º 0.85% 0.67% -
XYZ 19.29 10.24 11.08 -
YUV 76.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 172 25 92 0 0.85 0.47 0.33 332.65 0.75 0.39
Hex AC 19 5C 0 55 2F 21 14D 4B 27
Octal 254 31 134 0 125 57 41 515 113 47
Binary 10101100 11001 1011100 0 1010101 101111 100001 101001101 1001011 100111

Color Harmonies of #AC195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC195C

Black with #AC195C

Text Example


Text Example

White with #AC195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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