#A9135A

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

Shades of Jazzberry Jam #A9135A

Tints of Jazzberry Jam #A9135A

Color information

#A9135A (or 0xA9135A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 13 and 5A. RGB value is (169,19,90). Sum of RGB (Red+Green+Blue) = 169+19+90=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9135A is #56ECA5. Grayscale: #474747. Windows color (decimal): -5696678 or 5903273. OLE color: 5903273.

HSL color Cylindrical-coordinate representation of color #A9135A: hue angle of 331.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9135A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1691990-
CMYK00.890.470.34
HSL331.6º79.79%36.86%-
HSV(B)331.6º88.76%66.27%-
XYZ18.449.6410.56-
YUV71.94138.2197.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=60.79%
G=6.83%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169199000.890.470.34331.679.7936.86
HexA9135A0592F2214c5025
Octal251231320131574251412045
Binary10101001100111011010010110011011111000101010011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9135A; }

 p { color: rgb(169,19,90); }

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

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

 a { background-color: rgb(169,19,90); }

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

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

 span { border-color: rgb(169,19,90); }

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