Html Css Color HEX #AC104C Jazzberry Jam

📋 copy color: '#AC104C'

red 172 ◦ green 16 ◦ blue 76

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

Shades of Jazzberry Jam #AC104C

Tints of Jazzberry Jam #AC104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 65.15%
G = 6.06%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC104C (or 0xAC104C) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 4C. RGB value is (172,16,76). Sum of RGB (Red+Green+Blue) = 172+16+76=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC104C is #53EFB3. Grayscale: #454545. Windows color (decimal): -5500852 or 4985004. OLE color: 4985004.

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

Color convert

RGB 172 16 76 -
CMYK 0 0.91 0.56 0.33
HSL 336.92º 0.83% 0.37% -
HSV(B) 336.92º 0.91% 0.67% -
XYZ 18.5 9.66 7.73 -
YUV 69.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 172 16 76 0 0.91 0.56 0.33 336.92 0.83 0.37
Hex AC 10 4C 0 5B 38 21 151 53 25
Octal 254 20 114 0 133 70 41 521 123 45
Binary 10101100 10000 1001100 0 1011011 111000 100001 101010001 1010011 100101

Color Harmonies of #AC104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC104C

Black with #AC104C

Text Example


Text Example

White with #AC104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC104C; }

 p { color: rgb(172,16,76); }

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

background-color css

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

 a { background-color: rgb(172,16,76); }

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

border-color css

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

 span { border-color: rgb(172,16,76); }

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