Html Css Color HEX #AC124A Jazzberry Jam

📋 copy color: '#AC124A'

red 172 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #AC124A

Tints of Jazzberry Jam #AC124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 65.15%
G = 6.82%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC124A (or 0xAC124A) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 4A. RGB value is (172,18,74). Sum of RGB (Red+Green+Blue) = 172+18+74=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC124A is #53EDB5. Grayscale: #464646. Windows color (decimal): -5500342 or 4854444. OLE color: 4854444.

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

Color convert

RGB 172 18 74 -
CMYK 0 0.90 0.57 0.33
HSL 338.18º 0.81% 0.37% -
HSV(B) 338.18º 0.9% 0.67% -
XYZ 18.47 9.7 7.38 -
YUV 70.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 172 18 74 0 0.90 0.57 0.33 338.18 0.81 0.37
Hex AC 12 4A 0 5A 39 21 152 51 25
Octal 254 22 112 0 132 71 41 522 121 45
Binary 10101100 10010 1001010 0 1011010 111001 100001 101010010 1010001 100101

Color Harmonies of #AC124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC124A

Black with #AC124A

Text Example


Text Example

White with #AC124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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