Html Css Color HEX #A0044C Jazzberry Jam

📋 copy color: '#A0044C'

red 160 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #A0044C

Tints of Jazzberry Jam #A0044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 66.67%
G = 1.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0044C (or 0xA0044C) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 4C. RGB value is (160,4,76). Sum of RGB (Red+Green+Blue) = 160+4+76=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0044C is #5FFBB3. Grayscale: #3A3A3A. Windows color (decimal): -6290356 or 4981920. OLE color: 4981920.

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

Color convert

RGB 160 4 76 -
CMYK 0 0.98 0.52 0.37
HSL 332.31º 0.95% 0.32% -
HSV(B) 332.31º 0.98% 0.63% -
XYZ 15.85 8.08 7.56 -
YUV 58.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 160 4 76 0 0.98 0.52 0.37 332.31 0.95 0.32
Hex A0 4 4C 0 62 34 25 14C 5F 20
Octal 240 4 114 0 142 64 45 514 137 40
Binary 10100000 100 1001100 0 1100010 110100 100101 101001100 1011111 100000

Color Harmonies of #A0044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0044C

Black with #A0044C

Text Example


Text Example

White with #A0044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0044C; }

 p { color: rgb(160,4,76); }

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

background-color css

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

 a { background-color: rgb(160,4,76); }

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

border-color css

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

 span { border-color: rgb(160,4,76); }

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