Html Css Color HEX #AC1168 Jazzberry Jam

📋 copy color: '#AC1168'

red 172 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #AC1168

Tints of Jazzberry Jam #AC1168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 58.7%
G = 5.8%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1168 (or 0xAC1168) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 68. RGB value is (172,17,104). Sum of RGB (Red+Green+Blue) = 172+17+104=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1168 is #53EE97. Grayscale: #494949. Windows color (decimal): -5500568 or 6820268. OLE color: 6820268.

HSL color Cylindrical-coordinate representation of color #AC1168: hue angle of 326.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1168 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 104 -
CMYK 0 0.90 0.40 0.33
HSL 326.32º 0.82% 0.37% -
HSV(B) 326.32º 0.9% 0.67% -
XYZ 19.71 10.17 14.02 -
YUV 73.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 172 17 104 0 0.90 0.40 0.33 326.32 0.82 0.37
Hex AC 11 68 0 5A 28 21 146 52 25
Octal 254 21 150 0 132 50 41 506 122 45
Binary 10101100 10001 1101000 0 1011010 101000 100001 101000110 1010010 100101

Color Harmonies of #AC1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1168

Black with #AC1168

Text Example


Text Example

White with #AC1168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1168; }

 p { color: rgb(172,17,104); }

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

background-color css

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

 a { background-color: rgb(172,17,104); }

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

border-color css

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

 span { border-color: rgb(172,17,104); }

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