Html Css Color HEX #AC046F Jazzberry Jam

📋 copy color: '#AC046F'

red 172 ◦ green 4 ◦ blue 111

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

Shades of Jazzberry Jam #AC046F

Tints of Jazzberry Jam #AC046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 59.93%
G = 1.39%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC046F (or 0xAC046F) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 6F. RGB value is (172,4,111). Sum of RGB (Red+Green+Blue) = 172+4+111=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC046F is #53FB90. Grayscale: #424242. Windows color (decimal): -5503889 or 7275692. OLE color: 7275692.

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

Color convert

RGB 172 4 111 -
CMYK 0 0.98 0.35 0.33
HSL 321.79º 0.95% 0.35% -
HSV(B) 321.79º 0.98% 0.67% -
XYZ 19.93 10.01 15.92 -
YUV 66.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 172 4 111 0 0.98 0.35 0.33 321.79 0.95 0.35
Hex AC 4 6F 0 62 23 21 142 5F 23
Octal 254 4 157 0 142 43 41 502 137 43
Binary 10101100 100 1101111 0 1100010 100011 100001 101000010 1011111 100011

Color Harmonies of #AC046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC046F

Black with #AC046F

Text Example


Text Example

White with #AC046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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