Html Css Color HEX #AC1254 Jazzberry Jam

📋 copy color: '#AC1254'

red 172 ◦ green 18 ◦ blue 84

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

Shades of Jazzberry Jam #AC1254

Tints of Jazzberry Jam #AC1254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 62.77%
G = 6.57%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC1254 (or 0xAC1254) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 54. RGB value is (172,18,84). Sum of RGB (Red+Green+Blue) = 172+18+84=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1254 is #53EDAB. Grayscale: #474747. Windows color (decimal): -5500332 or 5509804. OLE color: 5509804.

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

Color convert

RGB 172 18 84 -
CMYK 0 0.90 0.51 0.33
HSL 334.29º 0.81% 0.37% -
HSV(B) 334.29º 0.9% 0.67% -
XYZ 18.83 9.84 9.3 -
YUV 71.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 172 18 84 0 0.90 0.51 0.33 334.29 0.81 0.37
Hex AC 12 54 0 5A 33 21 14E 51 25
Octal 254 22 124 0 132 63 41 516 121 45
Binary 10101100 10010 1010100 0 1011010 110011 100001 101001110 1010001 100101

Color Harmonies of #AC1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1254

Black with #AC1254

Text Example


Text Example

White with #AC1254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1254; }

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

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

background-color css

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

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

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

border-color css

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

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

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