Html Css Color HEX #AC1775 Jazzberry Jam

📋 copy color: '#AC1775'

red 172 ◦ green 23 ◦ blue 117

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

Shades of Jazzberry Jam #AC1775

Tints of Jazzberry Jam #AC1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 55.13%
G = 7.37%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC1775 (or 0xAC1775) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 75. RGB value is (172,23,117). Sum of RGB (Red+Green+Blue) = 172+23+117=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1775 is #53E88A. Grayscale: #4E4E4E. Windows color (decimal): -5499019 or 7673772. OLE color: 7673772.

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

Color convert

RGB 172 23 117 -
CMYK 0 0.87 0.32 0.33
HSL 322.15º 0.76% 0.38% -
HSV(B) 322.15º 0.87% 0.67% -
XYZ 20.53 10.67 17.81 -
YUV 78.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 172 23 117 0 0.87 0.32 0.33 322.15 0.76 0.38
Hex AC 17 75 0 57 20 21 142 4C 26
Octal 254 27 165 0 127 40 41 502 114 46
Binary 10101100 10111 1110101 0 1010111 100000 100001 101000010 1001100 100110

Color Harmonies of #AC1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1775

Black with #AC1775

Text Example


Text Example

White with #AC1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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