Html Css Color HEX #AC1766 Jazzberry Jam

📋 copy color: '#AC1766'

red 172 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #AC1766

Tints of Jazzberry Jam #AC1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 57.91%
G = 7.74%
B = 34.34%

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

#AC1766 (or 0xAC1766) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 66. RGB value is (172,23,102). Sum of RGB (Red+Green+Blue) = 172+23+102=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1766 is #53E899. Grayscale: #4C4C4C. Windows color (decimal): -5499034 or 6690732. OLE color: 6690732.

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

Color convert

RGB 172 23 102 -
CMYK 0 0.87 0.41 0.33
HSL 328.19º 0.76% 0.38% -
HSV(B) 328.19º 0.87% 0.67% -
XYZ 19.72 10.34 13.53 -
YUV 76.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 172 23 102 0 0.87 0.41 0.33 328.19 0.76 0.38
Hex AC 17 66 0 57 29 21 148 4C 26
Octal 254 27 146 0 127 51 41 510 114 46
Binary 10101100 10111 1100110 0 1010111 101001 100001 101001000 1001100 100110

Color Harmonies of #AC1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1766

Black with #AC1766

Text Example


Text Example

White with #AC1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1766; }

 p { color: rgb(172,23,102); }

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

background-color css

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

 a { background-color: rgb(172,23,102); }

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

border-color css

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

 span { border-color: rgb(172,23,102); }

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