Html Css Color HEX #AC056C Jazzberry Jam

📋 copy color: '#AC056C'

red 172 ◦ green 5 ◦ blue 108

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

Shades of Jazzberry Jam #AC056C

Tints of Jazzberry Jam #AC056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 60.35%
G = 1.75%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC056C (or 0xAC056C) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 6C. RGB value is (172,5,108). Sum of RGB (Red+Green+Blue) = 172+5+108=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC056C is #53FA93. Grayscale: #424242. Windows color (decimal): -5503636 or 7079340. OLE color: 7079340.

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

Color convert

RGB 172 5 108 -
CMYK 0 0.97 0.37 0.33
HSL 322.99º 0.94% 0.35% -
HSV(B) 322.99º 0.97% 0.67% -
XYZ 19.77 9.96 15.07 -
YUV 66.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 172 5 108 0 0.97 0.37 0.33 322.99 0.94 0.35
Hex AC 5 6C 0 61 25 21 143 5E 23
Octal 254 5 154 0 141 45 41 503 136 43
Binary 10101100 101 1101100 0 1100001 100101 100001 101000011 1011110 100011

Color Harmonies of #AC056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC056C

Black with #AC056C

Text Example


Text Example

White with #AC056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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