Html Css Color HEX #A0044F Jazzberry Jam

📋 copy color: '#A0044F'

red 160 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #A0044F

Tints of Jazzberry Jam #A0044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 65.84%
G = 1.65%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0044F (or 0xA0044F) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 4F. RGB value is (160,4,79). Sum of RGB (Red+Green+Blue) = 160+4+79=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0044F is #5FFBB0. Grayscale: #3B3B3B. Windows color (decimal): -6290353 or 5178528. OLE color: 5178528.

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

Color convert

RGB 160 4 79 -
CMYK 0 0.98 0.51 0.37
HSL 331.15º 0.95% 0.32% -
HSV(B) 331.15º 0.98% 0.63% -
XYZ 15.95 8.12 8.12 -
YUV 59.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 160 4 79 0 0.98 0.51 0.37 331.15 0.95 0.32
Hex A0 4 4F 0 62 33 25 14B 5F 20
Octal 240 4 117 0 142 63 45 513 137 40
Binary 10100000 100 1001111 0 1100010 110011 100101 101001011 1011111 100000

Color Harmonies of #A0044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0044F

Black with #A0044F

Text Example


Text Example

White with #A0044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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