Html Css Color HEX #AC0143 Jazzberry Jam

📋 copy color: '#AC0143'

red 172 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #AC0143

Tints of Jazzberry Jam #AC0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.92%

R = 71.67%
G = 0.42%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC0143 (or 0xAC0143) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 43. RGB value is (172,1,67). Sum of RGB (Red+Green+Blue) = 172+1+67=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0143 is #53FEBC. Grayscale: #3B3B3B. Windows color (decimal): -5504701 or 4391340. OLE color: 4391340.

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

Color convert

RGB 172 1 67 -
CMYK 0 0.99 0.61 0.33
HSL 336.84º 0.99% 0.34% -
HSV(B) 336.84º 0.99% 0.67% -
XYZ 18.04 9.2 6.13 -
YUV 59.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 172 1 67 0 0.99 0.61 0.33 336.84 0.99 0.34
Hex AC 1 43 0 63 3D 21 151 63 22
Octal 254 1 103 0 143 75 41 521 143 42
Binary 10101100 1 1000011 0 1100011 111101 100001 101010001 1100011 100010

Color Harmonies of #AC0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0143

Black with #AC0143

Text Example


Text Example

White with #AC0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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