Html Css Color HEX #AC036C Jazzberry Jam

📋 copy color: '#AC036C'

red 172 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #AC036C

Tints of Jazzberry Jam #AC036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 60.78%
G = 1.06%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC036C (or 0xAC036C) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 6C. RGB value is (172,3,108). Sum of RGB (Red+Green+Blue) = 172+3+108=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036C is #53FC93. Grayscale: #414141. Windows color (decimal): -5504148 or 7078828. OLE color: 7078828.

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

Color convert

RGB 172 3 108 -
CMYK 0 0.98 0.37 0.33
HSL 322.72º 0.97% 0.34% -
HSV(B) 322.72º 0.98% 0.67% -
XYZ 19.75 9.92 15.06 -
YUV 65.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 172 3 108 0 0.98 0.37 0.33 322.72 0.97 0.34
Hex AC 3 6C 0 62 25 21 143 61 22
Octal 254 3 154 0 142 45 41 503 141 42
Binary 10101100 11 1101100 0 1100010 100101 100001 101000011 1100001 100010

Color Harmonies of #AC036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC036C

Black with #AC036C

Text Example


Text Example

White with #AC036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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