Html Css Color HEX #AC136C Jazzberry Jam

📋 copy color: '#AC136C'

red 172 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #AC136C

Tints of Jazzberry Jam #AC136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 57.53%
G = 6.35%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC136C (or 0xAC136C) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 6C. RGB value is (172,19,108). Sum of RGB (Red+Green+Blue) = 172+19+108=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136C is #53EC93. Grayscale: #4A4A4A. Windows color (decimal): -5500052 or 7082924. OLE color: 7082924.

HSL color Cylindrical-coordinate representation of color #AC136C: hue angle of 325.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC136C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 108 -
CMYK 0 0.89 0.37 0.33
HSL 325.1º 0.8% 0.37% -
HSV(B) 325.1º 0.89% 0.67% -
XYZ 19.95 10.32 15.13 -
YUV 74.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 172 19 108 0 0.89 0.37 0.33 325.1 0.8 0.37
Hex AC 13 6C 0 59 25 21 145 50 25
Octal 254 23 154 0 131 45 41 505 120 45
Binary 10101100 10011 1101100 0 1011001 100101 100001 101000101 1010000 100101

Color Harmonies of #AC136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC136C

Black with #AC136C

Text Example


Text Example

White with #AC136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC136C; }

 p { color: rgb(172,19,108); }

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

background-color css

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

 a { background-color: rgb(172,19,108); }

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

border-color css

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

 span { border-color: rgb(172,19,108); }

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