Html Css Color HEX #AC046C Jazzberry Jam

📋 copy color: '#AC046C'

red 172 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #AC046C

Tints of Jazzberry Jam #AC046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 60.56%
G = 1.41%
B = 38.03%

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

#AC046C (or 0xAC046C) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 6C. RGB value is (172,4,108). Sum of RGB (Red+Green+Blue) = 172+4+108=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC046C is #53FB93. Grayscale: #414141. Windows color (decimal): -5503892 or 7079084. OLE color: 7079084.

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

Color convert

RGB 172 4 108 -
CMYK 0 0.98 0.37 0.33
HSL 322.86º 0.95% 0.35% -
HSV(B) 322.86º 0.98% 0.67% -
XYZ 19.76 9.94 15.06 -
YUV 66.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 172 4 108 0 0.98 0.37 0.33 322.86 0.95 0.35
Hex AC 4 6C 0 62 25 21 143 5F 23
Octal 254 4 154 0 142 45 41 503 137 43
Binary 10101100 100 1101100 0 1100010 100101 100001 101000011 1011111 100011

Color Harmonies of #AC046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC046C

Black with #AC046C

Text Example


Text Example

White with #AC046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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