Html Css Color HEX #AC216E Jazzberry Jam

📋 copy color: '#AC216E'

red 172 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #AC216E

Tints of Jazzberry Jam #AC216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 54.6%
G = 10.48%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC216E (or 0xAC216E) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 6E. RGB value is (172,33,110). Sum of RGB (Red+Green+Blue) = 172+33+110=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216E is #53DE91. Grayscale: #535353. Windows color (decimal): -5496466 or 7217580. OLE color: 7217580.

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

Color convert

RGB 172 33 110 -
CMYK 0 0.81 0.36 0.33
HSL 326.76º 0.68% 0.4% -
HSV(B) 326.76º 0.81% 0.67% -
XYZ 20.37 10.98 15.8 -
YUV 83.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 172 33 110 0 0.81 0.36 0.33 326.76 0.68 0.4
Hex AC 21 6E 0 51 24 21 147 44 28
Octal 254 41 156 0 121 44 41 507 104 50
Binary 10101100 100001 1101110 0 1010001 100100 100001 101000111 1000100 101000

Color Harmonies of #AC216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC216E

Black with #AC216E

Text Example


Text Example

White with #AC216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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