Html Css Color HEX #AC024A Jazzberry Jam

📋 copy color: '#AC024A'

red 172 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #AC024A

Tints of Jazzberry Jam #AC024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 69.35%
G = 0.81%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC024A (or 0xAC024A) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4A. RGB value is (172,2,74). Sum of RGB (Red+Green+Blue) = 172+2+74=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC024A is #53FDB5. Grayscale: #3C3C3C. Windows color (decimal): -5504438 or 4850348. OLE color: 4850348.

HSL color Cylindrical-coordinate representation of color #AC024A: hue angle of 334.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC024A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 74 -
CMYK 0 0.99 0.57 0.33
HSL 334.59º 0.98% 0.34% -
HSV(B) 334.59º 0.99% 0.67% -
XYZ 18.27 9.31 7.31 -
YUV 61.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 172 2 74 0 0.99 0.57 0.33 334.59 0.98 0.34
Hex AC 2 4A 0 63 39 21 14F 62 22
Octal 254 2 112 0 143 71 41 517 142 42
Binary 10101100 10 1001010 0 1100011 111001 100001 101001111 1100010 100010

Color Harmonies of #AC024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC024A

Black with #AC024A

Text Example


Text Example

White with #AC024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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