Html Css Color HEX #AC1C6D Jazzberry Jam

📋 copy color: '#AC1C6D'

red 172 ◦ green 28 ◦ blue 109

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

Shades of Jazzberry Jam #AC1C6D

Tints of Jazzberry Jam #AC1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 55.66%
G = 9.06%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC1C6D (or 0xAC1C6D) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 6D. RGB value is (172,28,109). Sum of RGB (Red+Green+Blue) = 172+28+109=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C6D is #53E392. Grayscale: #505050. Windows color (decimal): -5497747 or 7150764. OLE color: 7150764.

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

Color convert

RGB 172 28 109 -
CMYK 0 0.84 0.37 0.33
HSL 326.25º 0.72% 0.39% -
HSV(B) 326.25º 0.84% 0.67% -
XYZ 20.19 10.71 15.47 -
YUV 80.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 172 28 109 0 0.84 0.37 0.33 326.25 0.72 0.39
Hex AC 1C 6D 0 54 25 21 146 48 27
Octal 254 34 155 0 124 45 41 506 110 47
Binary 10101100 11100 1101101 0 1010100 100101 100001 101000110 1001000 100111

Color Harmonies of #AC1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C6D

Black with #AC1C6D

Text Example


Text Example

White with #AC1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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