Html Css Color HEX #AC1763 Jazzberry Jam

📋 copy color: '#AC1763'

red 172 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #AC1763

Tints of Jazzberry Jam #AC1763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 58.5%
G = 7.82%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1763 (or 0xAC1763) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 63. RGB value is (172,23,99). Sum of RGB (Red+Green+Blue) = 172+23+99=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1763 is #53E89C. Grayscale: #4C4C4C. Windows color (decimal): -5499037 or 6494124. OLE color: 6494124.

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

Color convert

RGB 172 23 99 -
CMYK 0 0.87 0.42 0.33
HSL 329.4º 0.76% 0.38% -
HSV(B) 329.4º 0.87% 0.67% -
XYZ 19.57 10.28 12.76 -
YUV 76.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 172 23 99 0 0.87 0.42 0.33 329.4 0.76 0.38
Hex AC 17 63 0 57 2A 21 149 4C 26
Octal 254 27 143 0 127 52 41 511 114 46
Binary 10101100 10111 1100011 0 1010111 101010 100001 101001001 1001100 100110

Color Harmonies of #AC1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1763

Black with #AC1763

Text Example


Text Example

White with #AC1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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