Html Css Color HEX #AC225E Jazzberry Jam

📋 copy color: '#AC225E'

red 172 ◦ green 34 ◦ blue 94

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

Shades of Jazzberry Jam #AC225E

Tints of Jazzberry Jam #AC225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 57.33%
G = 11.33%
B = 31.33%

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

#AC225E (or 0xAC225E) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 5E. RGB value is (172,34,94). Sum of RGB (Red+Green+Blue) = 172+34+94=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225E is #53DDA1. Grayscale: #525252. Windows color (decimal): -5496226 or 6169260. OLE color: 6169260.

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

Color convert

RGB 172 34 94 -
CMYK 0 0.80 0.45 0.33
HSL 333.91º 0.67% 0.4% -
HSV(B) 333.91º 0.8% 0.67% -
XYZ 19.61 10.72 11.63 -
YUV 82.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 172 34 94 0 0.80 0.45 0.33 333.91 0.67 0.4
Hex AC 22 5E 0 50 2D 21 14E 43 28
Octal 254 42 136 0 120 55 41 516 103 50
Binary 10101100 100010 1011110 0 1010000 101101 100001 101001110 1000011 101000

Color Harmonies of #AC225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC225E

Black with #AC225E

Text Example


Text Example

White with #AC225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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