Html Css Color HEX #AC146C Jazzberry Jam

📋 copy color: '#AC146C'

red 172 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #AC146C

Tints of Jazzberry Jam #AC146C

RGB

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

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

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

R = 57.33%
G = 6.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC146C (or 0xAC146C) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 6C. RGB value is (172,20,108). Sum of RGB (Red+Green+Blue) = 172+20+108=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC146C is #53EB93. Grayscale: #4B4B4B. Windows color (decimal): -5499796 or 7083180. OLE color: 7083180.

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

Color convert

RGB 172 20 108 -
CMYK 0 0.88 0.37 0.33
HSL 325.26º 0.79% 0.38% -
HSV(B) 325.26º 0.88% 0.67% -
XYZ 19.97 10.35 15.13 -
YUV 75.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 172 20 108 0 0.88 0.37 0.33 325.26 0.79 0.38
Hex AC 14 6C 0 58 25 21 145 4F 26
Octal 254 24 154 0 130 45 41 505 117 46
Binary 10101100 10100 1101100 0 1011000 100101 100001 101000101 1001111 100110

Color Harmonies of #AC146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC146C

Black with #AC146C

Text Example


Text Example

White with #AC146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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