Html Css Color HEX #AC046A Jazzberry Jam

📋 copy color: '#AC046A'

red 172 ◦ green 4 ◦ blue 106

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

Shades of Jazzberry Jam #AC046A

Tints of Jazzberry Jam #AC046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 60.99%
G = 1.42%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC046A (or 0xAC046A) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 6A. RGB value is (172,4,106). Sum of RGB (Red+Green+Blue) = 172+4+106=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC046A is #53FB95. Grayscale: #414141. Windows color (decimal): -5503894 or 6948012. OLE color: 6948012.

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

Color convert

RGB 172 4 106 -
CMYK 0 0.98 0.38 0.33
HSL 323.57º 0.95% 0.35% -
HSV(B) 323.57º 0.98% 0.67% -
XYZ 19.66 9.9 14.51 -
YUV 65.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 172 4 106 0 0.98 0.38 0.33 323.57 0.95 0.35
Hex AC 4 6A 0 62 26 21 144 5F 23
Octal 254 4 152 0 142 46 41 504 137 43
Binary 10101100 100 1101010 0 1100010 100110 100001 101000100 1011111 100011

Color Harmonies of #AC046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC046A

Black with #AC046A

Text Example


Text Example

White with #AC046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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