Html Css Color HEX #AC196E Jazzberry Jam

📋 copy color: '#AC196E'

red 172 ◦ green 25 ◦ blue 110

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

Shades of Jazzberry Jam #AC196E

Tints of Jazzberry Jam #AC196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 56.03%
G = 8.14%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC196E (or 0xAC196E) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 6E. RGB value is (172,25,110). Sum of RGB (Red+Green+Blue) = 172+25+110=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC196E is #53E691. Grayscale: #4E4E4E. Windows color (decimal): -5498514 or 7215532. OLE color: 7215532.

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

Color convert

RGB 172 25 110 -
CMYK 0 0.85 0.36 0.33
HSL 325.31º 0.75% 0.39% -
HSV(B) 325.31º 0.85% 0.67% -
XYZ 20.18 10.59 15.73 -
YUV 78.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 172 25 110 0 0.85 0.36 0.33 325.31 0.75 0.39
Hex AC 19 6E 0 55 24 21 145 4B 27
Octal 254 31 156 0 125 44 41 505 113 47
Binary 10101100 11001 1101110 0 1010101 100100 100001 101000101 1001011 100111

Color Harmonies of #AC196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC196E

Black with #AC196E

Text Example


Text Example

White with #AC196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC196E; }

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

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

background-color css

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

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

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

border-color css

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

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

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