Html Css Color HEX #AC034A Jazzberry Jam

📋 copy color: '#AC034A'

red 172 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #AC034A

Tints of Jazzberry Jam #AC034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 69.08%
G = 1.2%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC034A (or 0xAC034A) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 4A. RGB value is (172,3,74). Sum of RGB (Red+Green+Blue) = 172+3+74=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC034A is #53FCB5. Grayscale: #3D3D3D. Windows color (decimal): -5504182 or 4850604. OLE color: 4850604.

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

Color convert

RGB 172 3 74 -
CMYK 0 0.98 0.57 0.33
HSL 334.79º 0.97% 0.34% -
HSV(B) 334.79º 0.98% 0.67% -
XYZ 18.28 9.33 7.32 -
YUV 61.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 172 3 74 0 0.98 0.57 0.33 334.79 0.97 0.34
Hex AC 3 4A 0 62 39 21 14F 61 22
Octal 254 3 112 0 142 71 41 517 141 42
Binary 10101100 11 1001010 0 1100010 111001 100001 101001111 1100001 100010

Color Harmonies of #AC034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC034A

Black with #AC034A

Text Example


Text Example

White with #AC034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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