Html Css Color HEX #AC225F Jazzberry Jam

📋 copy color: '#AC225F'

red 172 ◦ green 34 ◦ blue 95

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

Shades of Jazzberry Jam #AC225F

Tints of Jazzberry Jam #AC225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 57.14%
G = 11.3%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC225F (or 0xAC225F) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 5F. RGB value is (172,34,95). Sum of RGB (Red+Green+Blue) = 172+34+95=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225F is #53DDA0. Grayscale: #525252. Windows color (decimal): -5496225 or 6234796. OLE color: 6234796.

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

Color convert

RGB 172 34 95 -
CMYK 0 0.80 0.45 0.33
HSL 333.48º 0.67% 0.4% -
HSV(B) 333.48º 0.8% 0.67% -
XYZ 19.65 10.74 11.86 -
YUV 82.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 172 34 95 0 0.80 0.45 0.33 333.48 0.67 0.4
Hex AC 22 5F 0 50 2D 21 14D 43 28
Octal 254 42 137 0 120 55 41 515 103 50
Binary 10101100 100010 1011111 0 1010000 101101 100001 101001101 1000011 101000

Color Harmonies of #AC225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC225F

Black with #AC225F

Text Example


Text Example

White with #AC225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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