Html Css Color HEX #AC115B Jazzberry Jam

📋 copy color: '#AC115B'

red 172 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #AC115B

Tints of Jazzberry Jam #AC115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 61.43%
G = 6.07%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC115B (or 0xAC115B) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 5B. RGB value is (172,17,91). Sum of RGB (Red+Green+Blue) = 172+17+91=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC115B is #53EEA4. Grayscale: #474747. Windows color (decimal): -5500581 or 5968300. OLE color: 5968300.

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

Color convert

RGB 172 17 91 -
CMYK 0 0.90 0.47 0.33
HSL 331.35º 0.82% 0.37% -
HSV(B) 331.35º 0.9% 0.67% -
XYZ 19.1 9.93 10.81 -
YUV 71.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 172 17 91 0 0.90 0.47 0.33 331.35 0.82 0.37
Hex AC 11 5B 0 5A 2F 21 14B 52 25
Octal 254 21 133 0 132 57 41 513 122 45
Binary 10101100 10001 1011011 0 1011010 101111 100001 101001011 1010010 100101

Color Harmonies of #AC115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC115B

Black with #AC115B

Text Example


Text Example

White with #AC115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC115B; }

 p { color: rgb(172,17,91); }

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

background-color css

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

 a { background-color: rgb(172,17,91); }

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

border-color css

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

 span { border-color: rgb(172,17,91); }

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