Html Css Color HEX #AC136A Jazzberry Jam

📋 copy color: '#AC136A'

red 172 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #AC136A

Tints of Jazzberry Jam #AC136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 57.91%
G = 6.4%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC136A (or 0xAC136A) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 6A. RGB value is (172,19,106). Sum of RGB (Red+Green+Blue) = 172+19+106=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136A is #53EC95. Grayscale: #4A4A4A. Windows color (decimal): -5500054 or 6951852. OLE color: 6951852.

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

Color convert

RGB 172 19 106 -
CMYK 0 0.89 0.38 0.33
HSL 325.88º 0.8% 0.37% -
HSV(B) 325.88º 0.89% 0.67% -
XYZ 19.85 10.28 14.57 -
YUV 74.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 172 19 106 0 0.89 0.38 0.33 325.88 0.8 0.37
Hex AC 13 6A 0 59 26 21 146 50 25
Octal 254 23 152 0 131 46 41 506 120 45
Binary 10101100 10011 1101010 0 1011001 100110 100001 101000110 1010000 100101

Color Harmonies of #AC136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC136A

Black with #AC136A

Text Example


Text Example

White with #AC136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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