#A10054

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

Shades of Jazzberry Jam #A10054

Tints of Jazzberry Jam #A10054

Color information

#A10054 (or 0xA10054) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 00 and 54. RGB value is (161,0,84). Sum of RGB (Red+Green+Blue) = 161+0+84=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A10054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10054 is #5EFFAB. Grayscale: #393939. Windows color (decimal): -6225836 or 5505185. OLE color: 5505185.

HSL color Cylindrical-coordinate representation of color #A10054: hue angle of 328.7º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10054 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB161084-
CMYK010.480.37
HSL328.7º100%31.57%-
HSV(B)328.7º100%63.14%-
XYZ16.38.229.11-
YUV57.72142.84201.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=65.71%
G=0%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161084010.480.37328.710031.57
HexA105406430251496420
Octal24101240144604551114440
Binary1010000101010100011001001100001001011010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10054; }

 p { color: rgb(161,0,84); }

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

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

 a { background-color: rgb(161,0,84); }

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

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

 span { border-color: rgb(161,0,84); }

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