Html Css Color HEX #AC0161 Jazzberry Jam

📋 copy color: '#AC0161'

red 172 ◦ green 1 ◦ blue 97

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

Shades of Jazzberry Jam #AC0161

Tints of Jazzberry Jam #AC0161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 63.7%
G = 0.37%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0161 (or 0xAC0161) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 61. RGB value is (172,1,97). Sum of RGB (Red+Green+Blue) = 172+1+97=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0161 is #53FE9E. Grayscale: #3E3E3E. Windows color (decimal): -5504671 or 6357420. OLE color: 6357420.

HSL color Cylindrical-coordinate representation of color #AC0161: hue angle of 326.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0161 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 97 -
CMYK 0 0.99 0.44 0.33
HSL 326.32º 0.99% 0.34% -
HSV(B) 326.32º 0.99% 0.67% -
XYZ 19.18 9.66 12.16 -
YUV 63.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 172 1 97 0 0.99 0.44 0.33 326.32 0.99 0.34
Hex AC 1 61 0 63 2C 21 146 63 22
Octal 254 1 141 0 143 54 41 506 143 42
Binary 10101100 1 1100001 0 1100011 101100 100001 101000110 1100011 100010

Color Harmonies of #AC0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0161

Black with #AC0161

Text Example


Text Example

White with #AC0161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0161; }

 p { color: rgb(172,1,97); }

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

background-color css

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

 a { background-color: rgb(172,1,97); }

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

border-color css

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

 span { border-color: rgb(172,1,97); }

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