Html Css Color HEX #A00354 Jazzberry Jam

📋 copy color: '#A00354'

red 160 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #A00354

Tints of Jazzberry Jam #A00354

RGB

 RED value IS 160 (62.89% from 255) = 64.78%

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

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 64.78%
G = 1.21%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00354 (or 0xA00354) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 54. RGB value is (160,3,84). Sum of RGB (Red+Green+Blue) = 160+3+84=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00354 is #5FFCAB. Grayscale: #3B3B3B. Windows color (decimal): -6290604 or 5505952. OLE color: 5505952.

HSL color Cylindrical-coordinate representation of color #A00354: hue angle of 329.04º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00354 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 84 -
CMYK 0 0.98 0.48 0.37
HSL 329.04º 0.96% 0.32% -
HSV(B) 329.04º 0.98% 0.63% -
XYZ 16.13 8.18 9.12 -
YUV 59.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 160 3 84 0 0.98 0.48 0.37 329.04 0.96 0.32
Hex A0 3 54 0 62 30 25 149 60 20
Octal 240 3 124 0 142 60 45 511 140 40
Binary 10100000 11 1010100 0 1100010 110000 100101 101001001 1100000 100000

Color Harmonies of #A00354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00354

Black with #A00354

Text Example


Text Example

White with #A00354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00354; }

 p { color: rgb(160,3,84); }

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

background-color css

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

 a { background-color: rgb(160,3,84); }

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

border-color css

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

 span { border-color: rgb(160,3,84); }

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