Html Css Color HEX #AC196F Jazzberry Jam

📋 copy color: '#AC196F'

red 172 ◦ green 25 ◦ blue 111

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

Shades of Jazzberry Jam #AC196F

Tints of Jazzberry Jam #AC196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 55.84%
G = 8.12%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC196F (or 0xAC196F) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 6F. RGB value is (172,25,111). Sum of RGB (Red+Green+Blue) = 172+25+111=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC196F is #53E690. Grayscale: #4E4E4E. Windows color (decimal): -5498513 or 7281068. OLE color: 7281068.

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

Color convert

RGB 172 25 111 -
CMYK 0 0.85 0.35 0.33
HSL 324.9º 0.75% 0.39% -
HSV(B) 324.9º 0.85% 0.67% -
XYZ 20.23 10.61 16.02 -
YUV 78.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 172 25 111 0 0.85 0.35 0.33 324.9 0.75 0.39
Hex AC 19 6F 0 55 23 21 145 4B 27
Octal 254 31 157 0 125 43 41 505 113 47
Binary 10101100 11001 1101111 0 1010101 100011 100001 101000101 1001011 100111

Color Harmonies of #AC196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC196F

Black with #AC196F

Text Example


Text Example

White with #AC196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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