Html Css Color HEX #AC024C Jazzberry Jam

📋 copy color: '#AC024C'

red 172 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #AC024C

Tints of Jazzberry Jam #AC024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 68.8%
G = 0.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC024C (or 0xAC024C) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4C. RGB value is (172,2,76). Sum of RGB (Red+Green+Blue) = 172+2+76=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC024C is #53FDB3. Grayscale: #3D3D3D. Windows color (decimal): -5504436 or 4981420. OLE color: 4981420.

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

Color convert

RGB 172 2 76 -
CMYK 0 0.99 0.56 0.33
HSL 333.88º 0.98% 0.34% -
HSV(B) 333.88º 0.99% 0.67% -
XYZ 18.34 9.34 7.67 -
YUV 61.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 172 2 76 0 0.99 0.56 0.33 333.88 0.98 0.34
Hex AC 2 4C 0 63 38 21 14E 62 22
Octal 254 2 114 0 143 70 41 516 142 42
Binary 10101100 10 1001100 0 1100011 111000 100001 101001110 1100010 100010

Color Harmonies of #AC024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC024C

Black with #AC024C

Text Example


Text Example

White with #AC024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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