Html Css Color HEX #AC1769 Jazzberry Jam

📋 copy color: '#AC1769'

red 172 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #AC1769

Tints of Jazzberry Jam #AC1769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35%

R = 57.33%
G = 7.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC1769 (or 0xAC1769) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 69. RGB value is (172,23,105). Sum of RGB (Red+Green+Blue) = 172+23+105=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1769 is #53E896. Grayscale: #4C4C4C. Windows color (decimal): -5499031 or 6887340. OLE color: 6887340.

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

Color convert

RGB 172 23 105 -
CMYK 0 0.87 0.39 0.33
HSL 326.98º 0.76% 0.38% -
HSV(B) 326.98º 0.87% 0.67% -
XYZ 19.87 10.4 14.33 -
YUV 76.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 172 23 105 0 0.87 0.39 0.33 326.98 0.76 0.38
Hex AC 17 69 0 57 27 21 147 4C 26
Octal 254 27 151 0 127 47 41 507 114 46
Binary 10101100 10111 1101001 0 1010111 100111 100001 101000111 1001100 100110

Color Harmonies of #AC1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1769

Black with #AC1769

Text Example


Text Example

White with #AC1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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