Html Css Color HEX #AC124F Jazzberry Jam

📋 copy color: '#AC124F'

red 172 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #AC124F

Tints of Jazzberry Jam #AC124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 63.94%
G = 6.69%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC124F (or 0xAC124F) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 4F. RGB value is (172,18,79). Sum of RGB (Red+Green+Blue) = 172+18+79=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC124F is #53EDB0. Grayscale: #464646. Windows color (decimal): -5500337 or 5182124. OLE color: 5182124.

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

Color convert

RGB 172 18 79 -
CMYK 0 0.90 0.54 0.33
HSL 336.23º 0.81% 0.37% -
HSV(B) 336.23º 0.9% 0.67% -
XYZ 18.64 9.77 8.3 -
YUV 71 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 172 18 79 0 0.90 0.54 0.33 336.23 0.81 0.37
Hex AC 12 4F 0 5A 36 21 150 51 25
Octal 254 22 117 0 132 66 41 520 121 45
Binary 10101100 10010 1001111 0 1011010 110110 100001 101010000 1010001 100101

Color Harmonies of #AC124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC124F

Black with #AC124F

Text Example


Text Example

White with #AC124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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