#A5084C

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

Shades of Jazzberry Jam #A5084C

Tints of Jazzberry Jam #A5084C

Color information

#A5084C (or 0xA5084C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 08 and 4C. RGB value is (165,8,76). Sum of RGB (Red+Green+Blue) = 165+8+76=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5084C is #5AF7B3. Grayscale: #3E3E3E. Windows color (decimal): -5961652 or 4982949. OLE color: 4982949.

HSL color Cylindrical-coordinate representation of color #A5084C: hue angle of 334.01º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5084C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB165876-
CMYK00.950.540.35
HSL334.01º90.75%33.92%-
HSV(B)334.01º95.15%64.71%-
XYZ16.918.697.62-
YUV62.7135.51200.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=66.27%
G=3.21%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16587600.950.540.35334.0190.7533.92
HexA584C05F362314e5b22
Octal245101140137664351613342
Binary1010010110001001100010111111101101000111010011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5084C; }

 p { color: rgb(165,8,76); }

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

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

 a { background-color: rgb(165,8,76); }

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

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

 span { border-color: rgb(165,8,76); }

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