#A30846

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

Shades of Jazzberry Jam #A30846

Tints of Jazzberry Jam #A30846

Color information

#A30846 (or 0xA30846) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 46. RGB value is (163,8,70). Sum of RGB (Red+Green+Blue) = 163+8+70=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A30846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30846 is #5CF7B9. Grayscale: #3D3D3D. Windows color (decimal): -6092730 or 4589731. OLE color: 4589731.

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

Color convert

RGB163870-
CMYK00.950.570.36
HSL336º90.64%33.53%-
HSV(B)336º95.09%63.92%-
XYZ16.38.46.56-
YUV61.41132.85200.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=67.63%
G=3.32%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16387000.950.570.3633690.6433.53
HexA384605F39241505b22
Octal243101060137714452013342
Binary1010001110001000110010111111110011001001010100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30846; }

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

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

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

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

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

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

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

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