Html Css Color HEX #AC024D Jazzberry Jam

📋 copy color: '#AC024D'

red 172 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #AC024D

Tints of Jazzberry Jam #AC024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 68.53%
G = 0.8%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC024D (or 0xAC024D) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4D. RGB value is (172,2,77). Sum of RGB (Red+Green+Blue) = 172+2+77=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC024D is #53FDB2. Grayscale: #3D3D3D. Windows color (decimal): -5504435 or 5046956. OLE color: 5046956.

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

Color convert

RGB 172 2 77 -
CMYK 0 0.99 0.55 0.33
HSL 333.53º 0.98% 0.34% -
HSV(B) 333.53º 0.99% 0.67% -
XYZ 18.37 9.35 7.86 -
YUV 61.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 172 2 77 0 0.99 0.55 0.33 333.53 0.98 0.34
Hex AC 2 4D 0 63 37 21 14E 62 22
Octal 254 2 115 0 143 67 41 516 142 42
Binary 10101100 10 1001101 0 1100011 110111 100001 101001110 1100010 100010

Color Harmonies of #AC024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC024D

Black with #AC024D

Text Example


Text Example

White with #AC024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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