Html Css Color HEX #AC2165 Jazzberry Jam

📋 copy color: '#AC2165'

red 172 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #AC2165

Tints of Jazzberry Jam #AC2165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 56.21%
G = 10.78%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2165 (or 0xAC2165) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 65. RGB value is (172,33,101). Sum of RGB (Red+Green+Blue) = 172+33+101=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2165 is #53DE9A. Grayscale: #525252. Windows color (decimal): -5496475 or 6627756. OLE color: 6627756.

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

Color convert

RGB 172 33 101 -
CMYK 0 0.81 0.41 0.33
HSL 330.65º 0.68% 0.4% -
HSV(B) 330.65º 0.81% 0.67% -
XYZ 19.91 10.8 13.35 -
YUV 82.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 172 33 101 0 0.81 0.41 0.33 330.65 0.68 0.4
Hex AC 21 65 0 51 29 21 14B 44 28
Octal 254 41 145 0 121 51 41 513 104 50
Binary 10101100 100001 1100101 0 1010001 101001 100001 101001011 1000100 101000

Color Harmonies of #AC2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2165

Black with #AC2165

Text Example


Text Example

White with #AC2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2165; }

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

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

background-color css

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

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

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

border-color css

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

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

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