Html Css Color HEX #AC226D Jazzberry Jam

📋 copy color: '#AC226D'

red 172 ◦ green 34 ◦ blue 109

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

Shades of Jazzberry Jam #AC226D

Tints of Jazzberry Jam #AC226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 54.6%
G = 10.79%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC226D (or 0xAC226D) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 6D. RGB value is (172,34,109). Sum of RGB (Red+Green+Blue) = 172+34+109=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226D is #53DD92. Grayscale: #535353. Windows color (decimal): -5496211 or 7152300. OLE color: 7152300.

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

Color convert

RGB 172 34 109 -
CMYK 0 0.80 0.37 0.33
HSL 327.39º 0.67% 0.4% -
HSV(B) 327.39º 0.8% 0.67% -
XYZ 20.35 11.02 15.52 -
YUV 83.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 172 34 109 0 0.80 0.37 0.33 327.39 0.67 0.4
Hex AC 22 6D 0 50 25 21 147 43 28
Octal 254 42 155 0 120 45 41 507 103 50
Binary 10101100 100010 1101101 0 1010000 100101 100001 101000111 1000011 101000

Color Harmonies of #AC226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC226D

Black with #AC226D

Text Example


Text Example

White with #AC226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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