#A30243

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

Shades of Jazzberry Jam #A30243

Tints of Jazzberry Jam #A30243

Color information

#A30243 (or 0xA30243) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 43. RGB value is (163,2,67). Sum of RGB (Red+Green+Blue) = 163+2+67=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30243 is #5CFDBC. Grayscale: #393939. Windows color (decimal): -6094269 or 4391587. OLE color: 4391587.

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

Color convert

RGB163267-
CMYK00.990.590.36
HSL335.78º97.58%32.35%-
HSV(B)335.78º98.77%63.92%-
XYZ16.148.246.05-
YUV57.55133.34203.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=70.26%
G=0.86%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16326700.990.590.36335.7897.5832.35
HexA32430633B241506220
Octal24321030143734452014240
Binary10100011101000011011000111110111001001010100001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30243; }

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

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

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

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

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

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

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

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