Html Css Color HEX #AC2265 Jazzberry Jam

📋 copy color: '#AC2265'

red 172 ◦ green 34 ◦ blue 101

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

Shades of Jazzberry Jam #AC2265

Tints of Jazzberry Jam #AC2265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 56.03%
G = 11.07%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2265 (or 0xAC2265) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 65. RGB value is (172,34,101). Sum of RGB (Red+Green+Blue) = 172+34+101=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2265 is #53DD9A. Grayscale: #525252. Windows color (decimal): -5496219 or 6628012. OLE color: 6628012.

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

Color convert

RGB 172 34 101 -
CMYK 0 0.80 0.41 0.33
HSL 330.87º 0.67% 0.4% -
HSV(B) 330.87º 0.8% 0.67% -
XYZ 19.93 10.85 13.36 -
YUV 82.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 172 34 101 0 0.80 0.41 0.33 330.87 0.67 0.4
Hex AC 22 65 0 50 29 21 14B 43 28
Octal 254 42 145 0 120 51 41 513 103 50
Binary 10101100 100010 1100101 0 1010000 101001 100001 101001011 1000011 101000

Color Harmonies of #AC2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2265

Black with #AC2265

Text Example


Text Example

White with #AC2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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