Html Css Color HEX #AC246D Jazzberry Jam

📋 copy color: '#AC246D'

red 172 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #AC246D

Tints of Jazzberry Jam #AC246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 54.26%
G = 11.36%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC246D (or 0xAC246D) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 6D. RGB value is (172,36,109). Sum of RGB (Red+Green+Blue) = 172+36+109=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC246D is #53DB92. Grayscale: #545454. Windows color (decimal): -5495699 or 7152812. OLE color: 7152812.

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

Color convert

RGB 172 36 109 -
CMYK 0 0.79 0.37 0.33
HSL 327.79º 0.65% 0.41% -
HSV(B) 327.79º 0.79% 0.67% -
XYZ 20.4 11.14 15.54 -
YUV 84.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 172 36 109 0 0.79 0.37 0.33 327.79 0.65 0.41
Hex AC 24 6D 0 4F 25 21 148 41 29
Octal 254 44 155 0 117 45 41 510 101 51
Binary 10101100 100100 1101101 0 1001111 100101 100001 101001000 1000001 101001

Color Harmonies of #AC246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC246D

Black with #AC246D

Text Example


Text Example

White with #AC246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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