Html Css Color HEX #AC146F Jazzberry Jam

📋 copy color: '#AC146F'

red 172 ◦ green 20 ◦ blue 111

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

Shades of Jazzberry Jam #AC146F

Tints of Jazzberry Jam #AC146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 56.77%
G = 6.6%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC146F (or 0xAC146F) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 6F. RGB value is (172,20,111). Sum of RGB (Red+Green+Blue) = 172+20+111=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC146F is #53EB90. Grayscale: #4B4B4B. Windows color (decimal): -5499793 or 7279788. OLE color: 7279788.

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

Color convert

RGB 172 20 111 -
CMYK 0 0.88 0.35 0.33
HSL 324.08º 0.79% 0.38% -
HSV(B) 324.08º 0.88% 0.67% -
XYZ 20.13 10.42 15.99 -
YUV 75.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 172 20 111 0 0.88 0.35 0.33 324.08 0.79 0.38
Hex AC 14 6F 0 58 23 21 144 4F 26
Octal 254 24 157 0 130 43 41 504 117 46
Binary 10101100 10100 1101111 0 1011000 100011 100001 101000100 1001111 100110

Color Harmonies of #AC146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC146F

Black with #AC146F

Text Example


Text Example

White with #AC146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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