Html Css Color HEX #AC1074 Jazzberry Jam

📋 copy color: '#AC1074'

red 172 ◦ green 16 ◦ blue 116

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

Shades of Jazzberry Jam #AC1074

Tints of Jazzberry Jam #AC1074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 56.58%
G = 5.26%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1074 (or 0xAC1074) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 74. RGB value is (172,16,116). Sum of RGB (Red+Green+Blue) = 172+16+116=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1074 is #53EF8B. Grayscale: #494949. Windows color (decimal): -5500812 or 7606444. OLE color: 7606444.

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

Color convert

RGB 172 16 116 -
CMYK 0 0.91 0.33 0.33
HSL 321.54º 0.83% 0.37% -
HSV(B) 321.54º 0.91% 0.67% -
XYZ 20.35 10.4 17.46 -
YUV 74.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 172 16 116 0 0.91 0.33 0.33 321.54 0.83 0.37
Hex AC 10 74 0 5B 21 21 142 53 25
Octal 254 20 164 0 133 41 41 502 123 45
Binary 10101100 10000 1110100 0 1011011 100001 100001 101000010 1010011 100101

Color Harmonies of #AC1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1074

Black with #AC1074

Text Example


Text Example

White with #AC1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1074; }

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

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

background-color css

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

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

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

border-color css

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

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

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