Html Css Color HEX #AC115C Jazzberry Jam

📋 copy color: '#AC115C'

red 172 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #AC115C

Tints of Jazzberry Jam #AC115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 61.21%
G = 6.05%
B = 32.74%

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

#AC115C (or 0xAC115C) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 5C. RGB value is (172,17,92). Sum of RGB (Red+Green+Blue) = 172+17+92=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC115C is #53EEA3. Grayscale: #474747. Windows color (decimal): -5500580 or 6033836. OLE color: 6033836.

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

Color convert

RGB 172 17 92 -
CMYK 0 0.90 0.47 0.33
HSL 330.97º 0.82% 0.37% -
HSV(B) 330.97º 0.9% 0.67% -
XYZ 19.15 9.94 11.04 -
YUV 71.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 172 17 92 0 0.90 0.47 0.33 330.97 0.82 0.37
Hex AC 11 5C 0 5A 2F 21 14B 52 25
Octal 254 21 134 0 132 57 41 513 122 45
Binary 10101100 10001 1011100 0 1011010 101111 100001 101001011 1010010 100101

Color Harmonies of #AC115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC115C

Black with #AC115C

Text Example


Text Example

White with #AC115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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