Html Css Color HEX #AC216D Jazzberry Jam

📋 copy color: '#AC216D'

red 172 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #AC216D

Tints of Jazzberry Jam #AC216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 54.78%
G = 10.51%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC216D (or 0xAC216D) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 6D. RGB value is (172,33,109). Sum of RGB (Red+Green+Blue) = 172+33+109=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216D is #53DE92. Grayscale: #535353. Windows color (decimal): -5496467 or 7152044. OLE color: 7152044.

HSL color Cylindrical-coordinate representation of color #AC216D: hue angle of 327.19º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC216D is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 109 -
CMYK 0 0.81 0.37 0.33
HSL 327.19º 0.68% 0.4% -
HSV(B) 327.19º 0.81% 0.67% -
XYZ 20.32 10.96 15.51 -
YUV 83.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 172 33 109 0 0.81 0.37 0.33 327.19 0.68 0.4
Hex AC 21 6D 0 51 25 21 147 44 28
Octal 254 41 155 0 121 45 41 507 104 50
Binary 10101100 100001 1101101 0 1010001 100101 100001 101000111 1000100 101000

Color Harmonies of #AC216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC216D

Black with #AC216D

Text Example


Text Example

White with #AC216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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