#A0134A

Color #A0134A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A0134A

Tints of Jazzberry Jam #A0134A

Color information

#A0134A (or 0xA0134A) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 13 and 4A. RGB value is (160,19,74). Sum of RGB (Red+Green+Blue) = 160+19+74=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0134A is #5FECB5. Grayscale: #434343. Windows color (decimal): -6286518 or 4854688. OLE color: 4854688.

HSL color Cylindrical-coordinate representation of color #A0134A: hue angle of 336.6º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0134A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1601974-
CMYK00.880.540.37
HSL336.6º78.77%35.1%-
HSV(B)336.6º88.13%62.75%-
XYZ15.978.437.26-
YUV67.43131.71194.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=63.24%
G=7.51%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160197400.880.540.37336.678.7735.1
HexA0134A05836251514f23
Octal240231120130664552111743
Binary10100000100111001010010110001101101001011010100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0134A; }

 p { color: rgb(160,19,74); }

 H1.HeaderClassName
 {
   color: #A0134A;
 }
 .AnyTagClassName
 {
   color: #A0134A;
 }
</style>
background-color css

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

 a { background-color: rgb(160,19,74); }

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

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

 span { border-color: rgb(160,19,74); }

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