Html Css Color HEX #AC136E Jazzberry Jam

📋 copy color: '#AC136E'

red 172 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #AC136E

Tints of Jazzberry Jam #AC136E

RGB

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

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

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

R = 57.14%
G = 6.31%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC136E (or 0xAC136E) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 6E. RGB value is (172,19,110). Sum of RGB (Red+Green+Blue) = 172+19+110=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136E is #53EC91. Grayscale: #4A4A4A. Windows color (decimal): -5500050 or 7213996. OLE color: 7213996.

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

Color convert

RGB 172 19 110 -
CMYK 0 0.89 0.36 0.33
HSL 324.31º 0.8% 0.37% -
HSV(B) 324.31º 0.89% 0.67% -
XYZ 20.06 10.36 15.69 -
YUV 75.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 172 19 110 0 0.89 0.36 0.33 324.31 0.8 0.37
Hex AC 13 6E 0 59 24 21 144 50 25
Octal 254 23 156 0 131 44 41 504 120 45
Binary 10101100 10011 1101110 0 1011001 100100 100001 101000100 1010000 100101

Color Harmonies of #AC136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC136E

Black with #AC136E

Text Example


Text Example

White with #AC136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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