Html Css Color HEX #AC166D Jazzberry Jam

📋 copy color: '#AC166D'

red 172 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #AC166D

Tints of Jazzberry Jam #AC166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 56.77%
G = 7.26%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC166D (or 0xAC166D) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 6D. RGB value is (172,22,109). Sum of RGB (Red+Green+Blue) = 172+22+109=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC166D is #53E992. Grayscale: #4C4C4C. Windows color (decimal): -5499283 or 7149228. OLE color: 7149228.

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

Color convert

RGB 172 22 109 -
CMYK 0 0.87 0.37 0.33
HSL 325.2º 0.77% 0.38% -
HSV(B) 325.2º 0.87% 0.67% -
XYZ 20.06 10.45 15.43 -
YUV 76.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 172 22 109 0 0.87 0.37 0.33 325.2 0.77 0.38
Hex AC 16 6D 0 57 25 21 145 4D 26
Octal 254 26 155 0 127 45 41 505 115 46
Binary 10101100 10110 1101101 0 1010111 100101 100001 101000101 1001101 100110

Color Harmonies of #AC166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC166D

Black with #AC166D

Text Example


Text Example

White with #AC166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC166D; }

 p { color: rgb(172,22,109); }

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

background-color css

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

 a { background-color: rgb(172,22,109); }

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

border-color css

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

 span { border-color: rgb(172,22,109); }

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