Html Css Color HEX #AC0353 Jazzberry Jam

📋 copy color: '#AC0353'

red 172 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #AC0353

Tints of Jazzberry Jam #AC0353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 66.67%
G = 1.16%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC0353 (or 0xAC0353) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 53. RGB value is (172,3,83). Sum of RGB (Red+Green+Blue) = 172+3+83=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0353 is #53FCAC. Grayscale: #3E3E3E. Windows color (decimal): -5504173 or 5440428. OLE color: 5440428.

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

Color convert

RGB 172 3 83 -
CMYK 0 0.98 0.52 0.33
HSL 331.6º 0.97% 0.34% -
HSV(B) 331.6º 0.98% 0.67% -
XYZ 18.61 9.46 9.03 -
YUV 62.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 172 3 83 0 0.98 0.52 0.33 331.6 0.97 0.34
Hex AC 3 53 0 62 34 21 14C 61 22
Octal 254 3 123 0 142 64 41 514 141 42
Binary 10101100 11 1010011 0 1100010 110100 100001 101001100 1100001 100010

Color Harmonies of #AC0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0353

Black with #AC0353

Text Example


Text Example

White with #AC0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0353; }

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

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

background-color css

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

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

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

border-color css

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

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

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