#A30046

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

Shades of Jazzberry Jam #A30046

Tints of Jazzberry Jam #A30046

Color information

#A30046 (or 0xA30046) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 46. RGB value is (163,0,70). Sum of RGB (Red+Green+Blue) = 163+0+70=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A30046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30046 is #5CFFB9. Grayscale: #383838. Windows color (decimal): -6094778 or 4587683. OLE color: 4587683.

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

Color convert

RGB163070-
CMYK010.570.36
HSL334.23º100%31.96%-
HSV(B)334.23º100%63.92%-
XYZ16.218.236.53-
YUV56.72135.5203.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=69.96%
G=0%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163070010.570.36334.2310031.96
HexA3046064392414e6420
Octal24301060144714451614440
Binary1010001101000110011001001110011001001010011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30046; }

 p { color: rgb(163,0,70); }

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

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

 a { background-color: rgb(163,0,70); }

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

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

 span { border-color: rgb(163,0,70); }

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