Html Css Color HEX #AC2168 Jazzberry Jam

📋 copy color: '#AC2168'

red 172 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #AC2168

Tints of Jazzberry Jam #AC2168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 55.66%
G = 10.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2168 (or 0xAC2168) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 68. RGB value is (172,33,104). Sum of RGB (Red+Green+Blue) = 172+33+104=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2168 is #53DE97. Grayscale: #525252. Windows color (decimal): -5496472 or 6824364. OLE color: 6824364.

HSL color Cylindrical-coordinate representation of color #AC2168: hue angle of 329.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2168 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 104 -
CMYK 0 0.81 0.40 0.33
HSL 329.35º 0.68% 0.4% -
HSV(B) 329.35º 0.81% 0.67% -
XYZ 20.06 10.86 14.14 -
YUV 82.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 172 33 104 0 0.81 0.40 0.33 329.35 0.68 0.4
Hex AC 21 68 0 51 28 21 149 44 28
Octal 254 41 150 0 121 50 41 511 104 50
Binary 10101100 100001 1101000 0 1010001 101000 100001 101001001 1000100 101000

Color Harmonies of #AC2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2168

Black with #AC2168

Text Example


Text Example

White with #AC2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2168; }

 p { color: rgb(172,33,104); }

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

background-color css

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

 a { background-color: rgb(172,33,104); }

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

border-color css

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

 span { border-color: rgb(172,33,104); }

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