Html Css Color HEX #AC076D Jazzberry Jam

📋 copy color: '#AC076D'

red 172 ◦ green 7 ◦ blue 109

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

Shades of Jazzberry Jam #AC076D

Tints of Jazzberry Jam #AC076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 59.72%
G = 2.43%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC076D (or 0xAC076D) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 6D. RGB value is (172,7,109). Sum of RGB (Red+Green+Blue) = 172+7+109=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC076D is #53F892. Grayscale: #434343. Windows color (decimal): -5503123 or 7145388. OLE color: 7145388.

HSL color Cylindrical-coordinate representation of color #AC076D: hue angle of 322.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC076D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 109 -
CMYK 0 0.96 0.37 0.33
HSL 322.91º 0.92% 0.35% -
HSV(B) 322.91º 0.96% 0.67% -
XYZ 19.85 10.03 15.36 -
YUV 67.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 172 7 109 0 0.96 0.37 0.33 322.91 0.92 0.35
Hex AC 7 6D 0 60 25 21 143 5C 23
Octal 254 7 155 0 140 45 41 503 134 43
Binary 10101100 111 1101101 0 1100000 100101 100001 101000011 1011100 100011

Color Harmonies of #AC076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC076D

Black with #AC076D

Text Example


Text Example

White with #AC076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC076D; }

 p { color: rgb(172,7,109); }

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

background-color css

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

 a { background-color: rgb(172,7,109); }

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

border-color css

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

 span { border-color: rgb(172,7,109); }

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