Html Css Color HEX #AC034D Jazzberry Jam

📋 copy color: '#AC034D'

red 172 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #AC034D

Tints of Jazzberry Jam #AC034D

RGB

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

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

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

R = 68.25%
G = 1.19%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC034D (or 0xAC034D) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 4D. RGB value is (172,3,77). Sum of RGB (Red+Green+Blue) = 172+3+77=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC034D is #53FCB2. Grayscale: #3D3D3D. Windows color (decimal): -5504179 or 5047212. OLE color: 5047212.

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

Color convert

RGB 172 3 77 -
CMYK 0 0.98 0.55 0.33
HSL 333.73º 0.97% 0.34% -
HSV(B) 333.73º 0.98% 0.67% -
XYZ 18.39 9.37 7.86 -
YUV 61.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 172 3 77 0 0.98 0.55 0.33 333.73 0.97 0.34
Hex AC 3 4D 0 62 37 21 14E 61 22
Octal 254 3 115 0 142 67 41 516 141 42
Binary 10101100 11 1001101 0 1100010 110111 100001 101001110 1100001 100010

Color Harmonies of #AC034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC034D

Black with #AC034D

Text Example


Text Example

White with #AC034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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