Html Css Color HEX #AC1966 Jazzberry Jam

📋 copy color: '#AC1966'

red 172 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #AC1966

Tints of Jazzberry Jam #AC1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 57.53%
G = 8.36%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1966 (or 0xAC1966) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 66. RGB value is (172,25,102). Sum of RGB (Red+Green+Blue) = 172+25+102=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1966 is #53E699. Grayscale: #4D4D4D. Windows color (decimal): -5498522 or 6691244. OLE color: 6691244.

HSL color Cylindrical-coordinate representation of color #AC1966: hue angle of 328.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1966 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 102 -
CMYK 0 0.85 0.41 0.33
HSL 328.57º 0.75% 0.39% -
HSV(B) 328.57º 0.85% 0.67% -
XYZ 19.76 10.43 13.54 -
YUV 77.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 172 25 102 0 0.85 0.41 0.33 328.57 0.75 0.39
Hex AC 19 66 0 55 29 21 149 4B 27
Octal 254 31 146 0 125 51 41 511 113 47
Binary 10101100 11001 1100110 0 1010101 101001 100001 101001001 1001011 100111

Color Harmonies of #AC1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1966

Black with #AC1966

Text Example


Text Example

White with #AC1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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