Html Css Color HEX #AC0943 Jazzberry Jam

📋 copy color: '#AC0943'

red 172 ◦ green 9 ◦ blue 67

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

Shades of Jazzberry Jam #AC0943

Tints of Jazzberry Jam #AC0943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 69.35%
G = 3.63%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC0943 (or 0xAC0943) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 43. RGB value is (172,9,67). Sum of RGB (Red+Green+Blue) = 172+9+67=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0943 is #53F6BC. Grayscale: #404040. Windows color (decimal): -5502653 or 4393388. OLE color: 4393388.

HSL color Cylindrical-coordinate representation of color #AC0943: hue angle of 338.65º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0943 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 67 -
CMYK 0 0.95 0.61 0.33
HSL 338.65º 0.9% 0.35% -
HSV(B) 338.65º 0.95% 0.67% -
XYZ 18.12 9.37 6.16 -
YUV 64.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 172 9 67 0 0.95 0.61 0.33 338.65 0.9 0.35
Hex AC 9 43 0 5F 3D 21 153 5A 23
Octal 254 11 103 0 137 75 41 523 132 43
Binary 10101100 1001 1000011 0 1011111 111101 100001 101010011 1011010 100011

Color Harmonies of #AC0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0943

Black with #AC0943

Text Example


Text Example

White with #AC0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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