Html Css Color HEX #AC1668 Jazzberry Jam

📋 copy color: '#AC1668'

red 172 ◦ green 22 ◦ blue 104

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

Shades of Jazzberry Jam #AC1668

Tints of Jazzberry Jam #AC1668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 57.72%
G = 7.38%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1668 (or 0xAC1668) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 68. RGB value is (172,22,104). Sum of RGB (Red+Green+Blue) = 172+22+104=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1668 is #53E997. Grayscale: #4C4C4C. Windows color (decimal): -5499288 or 6821548. OLE color: 6821548.

HSL color Cylindrical-coordinate representation of color #AC1668: hue angle of 327.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1668 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 104 -
CMYK 0 0.87 0.40 0.33
HSL 327.2º 0.77% 0.38% -
HSV(B) 327.2º 0.87% 0.67% -
XYZ 19.8 10.34 14.05 -
YUV 76.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 172 22 104 0 0.87 0.40 0.33 327.2 0.77 0.38
Hex AC 16 68 0 57 28 21 147 4D 26
Octal 254 26 150 0 127 50 41 507 115 46
Binary 10101100 10110 1101000 0 1010111 101000 100001 101000111 1001101 100110

Color Harmonies of #AC1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1668

Black with #AC1668

Text Example


Text Example

White with #AC1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1668; }

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

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

background-color css

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

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

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

border-color css

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

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

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