Html Css Color HEX #AC256D Jazzberry Jam

📋 copy color: '#AC256D'

red 172 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #AC256D

Tints of Jazzberry Jam #AC256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 54.09%
G = 11.64%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC256D (or 0xAC256D) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 6D. RGB value is (172,37,109). Sum of RGB (Red+Green+Blue) = 172+37+109=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC256D is #53DA92. Grayscale: #555555. Windows color (decimal): -5495443 or 7153068. OLE color: 7153068.

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

Color convert

RGB 172 37 109 -
CMYK 0 0.78 0.37 0.33
HSL 328º 0.65% 0.41% -
HSV(B) 328º 0.78% 0.67% -
XYZ 20.44 11.2 15.55 -
YUV 85.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 172 37 109 0 0.78 0.37 0.33 328 0.65 0.41
Hex AC 25 6D 0 4E 25 21 148 41 29
Octal 254 45 155 0 116 45 41 510 101 51
Binary 10101100 100101 1101101 0 1001110 100101 100001 101001000 1000001 101001

Color Harmonies of #AC256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC256D

Black with #AC256D

Text Example


Text Example

White with #AC256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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