#A0134B

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

Shades of Jazzberry Jam #A0134B

Tints of Jazzberry Jam #A0134B

Color information

#A0134B (or 0xA0134B) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 13 and 4B. RGB value is (160,19,75). Sum of RGB (Red+Green+Blue) = 160+19+75=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0134B is #5FECB4. Grayscale: #434343. Windows color (decimal): -6286517 or 4920224. OLE color: 4920224.

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

Color convert

RGB1601975-
CMYK00.880.530.37
HSL336.17º78.77%35.1%-
HSV(B)336.17º88.13%62.75%-
XYZ168.457.44-
YUV67.54132.21193.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=62.99%
G=7.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160197500.880.530.37336.1778.7735.1
HexA0134B05835251504f23
Octal240231130130654552011743
Binary10100000100111001011010110001101011001011010100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0134B; }

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

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

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

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

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

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

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

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