#A30250

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

Shades of Jazzberry Jam #A30250

Tints of Jazzberry Jam #A30250

Color information

#A30250 (or 0xA30250) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 50. RGB value is (163,2,80). Sum of RGB (Red+Green+Blue) = 163+2+80=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30250 is #5CFDAF. Grayscale: #3A3A3A. Windows color (decimal): -6094256 or 5243555. OLE color: 5243555.

HSL color Cylindrical-coordinate representation of color #A30250: hue angle of 330.93º degrees, saturation: 0.98, 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 #A30250 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB163280-
CMYK00.990.510.36
HSL330.93º97.58%32.35%-
HSV(B)330.93º98.77%63.92%-
XYZ16.578.418.34-
YUV59.03139.84202.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=66.53%
G=0.82%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16328000.990.510.36330.9397.5832.35
HexA3250063332414b6220
Octal24321200143634451314240
Binary10100011101010000011000111100111001001010010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30250; }

 p { color: rgb(163,2,80); }

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

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

 a { background-color: rgb(163,2,80); }

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

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

 span { border-color: rgb(163,2,80); }

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