Html Css Color HEX #AC225D Jazzberry Jam

📋 copy color: '#AC225D'

red 172 ◦ green 34 ◦ blue 93

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

Shades of Jazzberry Jam #AC225D

Tints of Jazzberry Jam #AC225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 57.53%
G = 11.37%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC225D (or 0xAC225D) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 5D. RGB value is (172,34,93). Sum of RGB (Red+Green+Blue) = 172+34+93=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225D is #53DDA2. Grayscale: #515151. Windows color (decimal): -5496227 or 6103724. OLE color: 6103724.

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

Color convert

RGB 172 34 93 -
CMYK 0 0.80 0.46 0.33
HSL 334.35º 0.67% 0.4% -
HSV(B) 334.35º 0.8% 0.67% -
XYZ 19.56 10.71 11.39 -
YUV 81.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 172 34 93 0 0.80 0.46 0.33 334.35 0.67 0.4
Hex AC 22 5D 0 50 2E 21 14E 43 28
Octal 254 42 135 0 120 56 41 516 103 50
Binary 10101100 100010 1011101 0 1010000 101110 100001 101001110 1000011 101000

Color Harmonies of #AC225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC225D

Black with #AC225D

Text Example


Text Example

White with #AC225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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