Html Css Color HEX #AC136B Jazzberry Jam

📋 copy color: '#AC136B'

red 172 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #AC136B

Tints of Jazzberry Jam #AC136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 57.72%
G = 6.38%
B = 35.91%

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

#AC136B (or 0xAC136B) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 6B. RGB value is (172,19,107). Sum of RGB (Red+Green+Blue) = 172+19+107=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136B is #53EC94. Grayscale: #4A4A4A. Windows color (decimal): -5500053 or 7017388. OLE color: 7017388.

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

Color convert

RGB 172 19 107 -
CMYK 0 0.89 0.38 0.33
HSL 325.49º 0.8% 0.37% -
HSV(B) 325.49º 0.89% 0.67% -
XYZ 19.9 10.3 14.85 -
YUV 74.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 172 19 107 0 0.89 0.38 0.33 325.49 0.8 0.37
Hex AC 13 6B 0 59 26 21 145 50 25
Octal 254 23 153 0 131 46 41 505 120 45
Binary 10101100 10011 1101011 0 1011001 100110 100001 101000101 1010000 100101

Color Harmonies of #AC136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC136B

Black with #AC136B

Text Example


Text Example

White with #AC136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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