Html Css Color HEX #AC0351 Jazzberry Jam

📋 copy color: '#AC0351'

red 172 ◦ green 3 ◦ blue 81

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

Shades of Jazzberry Jam #AC0351

Tints of Jazzberry Jam #AC0351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 81 (32.03% from 255) = 31.64%

R = 67.19%
G = 1.17%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0351 (or 0xAC0351) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 51. RGB value is (172,3,81). Sum of RGB (Red+Green+Blue) = 172+3+81=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0351 is #53FCAE. Grayscale: #3E3E3E. Windows color (decimal): -5504175 or 5309356. OLE color: 5309356.

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

Color convert

RGB 172 3 81 -
CMYK 0 0.98 0.53 0.33
HSL 332.31º 0.97% 0.34% -
HSV(B) 332.31º 0.98% 0.67% -
XYZ 18.53 9.43 8.63 -
YUV 62.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 172 3 81 0 0.98 0.53 0.33 332.31 0.97 0.34
Hex AC 3 51 0 62 35 21 14C 61 22
Octal 254 3 121 0 142 65 41 514 141 42
Binary 10101100 11 1010001 0 1100010 110101 100001 101001100 1100001 100010

Color Harmonies of #AC0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0351

Black with #AC0351

Text Example


Text Example

White with #AC0351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0351; }

 p { color: rgb(172,3,81); }

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

background-color css

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

 a { background-color: rgb(172,3,81); }

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

border-color css

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

 span { border-color: rgb(172,3,81); }

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