Html Css Color HEX #AC115A Jazzberry Jam

📋 copy color: '#AC115A'

red 172 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #AC115A

Tints of Jazzberry Jam #AC115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 61.65%
G = 6.09%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC115A (or 0xAC115A) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 5A. RGB value is (172,17,90). Sum of RGB (Red+Green+Blue) = 172+17+90=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC115A is #53EEA5. Grayscale: #474747. Windows color (decimal): -5500582 or 5902764. OLE color: 5902764.

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

Color convert

RGB 172 17 90 -
CMYK 0 0.90 0.48 0.33
HSL 331.74º 0.82% 0.37% -
HSV(B) 331.74º 0.9% 0.67% -
XYZ 19.06 9.91 10.58 -
YUV 71.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 172 17 90 0 0.90 0.48 0.33 331.74 0.82 0.37
Hex AC 11 5A 0 5A 30 21 14C 52 25
Octal 254 21 132 0 132 60 41 514 122 45
Binary 10101100 10001 1011010 0 1011010 110000 100001 101001100 1010010 100101

Color Harmonies of #AC115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC115A

Black with #AC115A

Text Example


Text Example

White with #AC115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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