Html Css Color HEX #AC216A Jazzberry Jam

📋 copy color: '#AC216A'

red 172 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #AC216A

Tints of Jazzberry Jam #AC216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 55.31%
G = 10.61%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC216A (or 0xAC216A) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 6A. RGB value is (172,33,106). Sum of RGB (Red+Green+Blue) = 172+33+106=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216A is #53DE95. Grayscale: #525252. Windows color (decimal): -5496470 or 6955436. OLE color: 6955436.

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

Color convert

RGB 172 33 106 -
CMYK 0 0.81 0.38 0.33
HSL 328.49º 0.68% 0.4% -
HSV(B) 328.49º 0.81% 0.67% -
XYZ 20.16 10.9 14.68 -
YUV 82.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 172 33 106 0 0.81 0.38 0.33 328.49 0.68 0.4
Hex AC 21 6A 0 51 26 21 148 44 28
Octal 254 41 152 0 121 46 41 510 104 50
Binary 10101100 100001 1101010 0 1010001 100110 100001 101001000 1000100 101000

Color Harmonies of #AC216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC216A

Black with #AC216A

Text Example


Text Example

White with #AC216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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