Html Css Color HEX #AC1C6C Jazzberry Jam

📋 copy color: '#AC1C6C'

red 172 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #AC1C6C

Tints of Jazzberry Jam #AC1C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 55.84%
G = 9.09%
B = 35.06%

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

#AC1C6C (or 0xAC1C6C) is known color: Jazzberry Jam. HEX triplet: AC, 1C and 6C. RGB value is (172,28,108). Sum of RGB (Red+Green+Blue) = 172+28+108=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C6C is #53E393. Grayscale: #505050. Windows color (decimal): -5497748 or 7085228. OLE color: 7085228.

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

Color convert

RGB 172 28 108 -
CMYK 0 0.84 0.37 0.33
HSL 326.67º 0.72% 0.39% -
HSV(B) 326.67º 0.84% 0.67% -
XYZ 20.14 10.68 15.19 -
YUV 80.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 172 28 108 0 0.84 0.37 0.33 326.67 0.72 0.39
Hex AC 1C 6C 0 54 25 21 147 48 27
Octal 254 34 154 0 124 45 41 507 110 47
Binary 10101100 11100 1101100 0 1010100 100101 100001 101000111 1001000 100111

Color Harmonies of #AC1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C6C

Black with #AC1C6C

Text Example


Text Example

White with #AC1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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