Html Css Color HEX #AC1665 Jazzberry Jam

📋 copy color: '#AC1665'

red 172 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #AC1665

Tints of Jazzberry Jam #AC1665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 58.31%
G = 7.46%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1665 (or 0xAC1665) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 65. RGB value is (172,22,101). Sum of RGB (Red+Green+Blue) = 172+22+101=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1665 is #53E99A. Grayscale: #4B4B4B. Windows color (decimal): -5499291 or 6624940. OLE color: 6624940.

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

Color convert

RGB 172 22 101 -
CMYK 0 0.87 0.41 0.33
HSL 328.4º 0.77% 0.38% -
HSV(B) 328.4º 0.87% 0.67% -
XYZ 19.65 10.28 13.26 -
YUV 75.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 172 22 101 0 0.87 0.41 0.33 328.4 0.77 0.38
Hex AC 16 65 0 57 29 21 148 4D 26
Octal 254 26 145 0 127 51 41 510 115 46
Binary 10101100 10110 1100101 0 1010111 101001 100001 101001000 1001101 100110

Color Harmonies of #AC1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1665

Black with #AC1665

Text Example


Text Example

White with #AC1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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