Html Css Color HEX #AC1167 Jazzberry Jam

📋 copy color: '#AC1167'

red 172 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #AC1167

Tints of Jazzberry Jam #AC1167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 58.9%
G = 5.82%
B = 35.27%

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

#AC1167 (or 0xAC1167) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 67. RGB value is (172,17,103). Sum of RGB (Red+Green+Blue) = 172+17+103=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1167 is #53EE98. Grayscale: #484848. Windows color (decimal): -5500569 or 6754732. OLE color: 6754732.

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

Color convert

RGB 172 17 103 -
CMYK 0 0.90 0.40 0.33
HSL 326.71º 0.82% 0.37% -
HSV(B) 326.71º 0.9% 0.67% -
XYZ 19.66 10.15 13.75 -
YUV 73.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 172 17 103 0 0.90 0.40 0.33 326.71 0.82 0.37
Hex AC 11 67 0 5A 28 21 147 52 25
Octal 254 21 147 0 132 50 41 507 122 45
Binary 10101100 10001 1100111 0 1011010 101000 100001 101000111 1010010 100101

Color Harmonies of #AC1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1167

Black with #AC1167

Text Example


Text Example

White with #AC1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1167; }

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

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

background-color css

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

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

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

border-color css

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

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

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