Html Css Color HEX #AC226B Jazzberry Jam

📋 copy color: '#AC226B'

red 172 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #AC226B

Tints of Jazzberry Jam #AC226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 54.95%
G = 10.86%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC226B (or 0xAC226B) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 6B. RGB value is (172,34,107). Sum of RGB (Red+Green+Blue) = 172+34+107=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226B is #53DD94. Grayscale: #535353. Windows color (decimal): -5496213 or 7021228. OLE color: 7021228.

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

Color convert

RGB 172 34 107 -
CMYK 0 0.80 0.38 0.33
HSL 328.26º 0.67% 0.4% -
HSV(B) 328.26º 0.8% 0.67% -
XYZ 20.24 10.98 14.96 -
YUV 83.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 172 34 107 0 0.80 0.38 0.33 328.26 0.67 0.4
Hex AC 22 6B 0 50 26 21 148 43 28
Octal 254 42 153 0 120 46 41 510 103 50
Binary 10101100 100010 1101011 0 1010000 100110 100001 101001000 1000011 101000

Color Harmonies of #AC226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC226B

Black with #AC226B

Text Example


Text Example

White with #AC226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC226B; }

 p { color: rgb(172,34,107); }

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

background-color css

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

 a { background-color: rgb(172,34,107); }

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

border-color css

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

 span { border-color: rgb(172,34,107); }

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