#A30148

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

Shades of Jazzberry Jam #A30148

Tints of Jazzberry Jam #A30148

Color information

#A30148 (or 0xA30148) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 01 and 48. RGB value is (163,1,72). Sum of RGB (Red+Green+Blue) = 163+1+72=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30148 is #5CFEB7. Grayscale: #393939. Windows color (decimal): -6094520 or 4719011. OLE color: 4719011.

HSL color Cylindrical-coordinate representation of color #A30148: hue angle of 333.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30148 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB163172-
CMYK00.990.560.36
HSL333.7º98.78%32.16%-
HSV(B)333.7º99.39%63.92%-
XYZ16.288.286.87-
YUV57.53136.17203.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=69.07%
G=0.42%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16317200.990.560.36333.798.7832.16
HexA3148063382414e6320
Octal24311100143704451614340
Binary1010001111001000011000111110001001001010011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30148; }

 p { color: rgb(163,1,72); }

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

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

 a { background-color: rgb(163,1,72); }

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

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

 span { border-color: rgb(163,1,72); }

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