Html Css Color HEX #AC124C Jazzberry Jam

📋 copy color: '#AC124C'

red 172 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #AC124C

Tints of Jazzberry Jam #AC124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 64.66%
G = 6.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC124C (or 0xAC124C) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 4C. RGB value is (172,18,76). Sum of RGB (Red+Green+Blue) = 172+18+76=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC124C is #53EDB3. Grayscale: #464646. Windows color (decimal): -5500340 or 4985516. OLE color: 4985516.

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

Color convert

RGB 172 18 76 -
CMYK 0 0.90 0.56 0.33
HSL 337.4º 0.81% 0.37% -
HSV(B) 337.4º 0.9% 0.67% -
XYZ 18.53 9.73 7.74 -
YUV 70.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 172 18 76 0 0.90 0.56 0.33 337.4 0.81 0.37
Hex AC 12 4C 0 5A 38 21 151 51 25
Octal 254 22 114 0 132 70 41 521 121 45
Binary 10101100 10010 1001100 0 1011010 111000 100001 101010001 1010001 100101

Color Harmonies of #AC124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC124C

Black with #AC124C

Text Example


Text Example

White with #AC124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC124C; }

 p { color: rgb(172,18,76); }

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

background-color css

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

 a { background-color: rgb(172,18,76); }

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

border-color css

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

 span { border-color: rgb(172,18,76); }

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