#A30253

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

Shades of Jazzberry Jam #A30253

Tints of Jazzberry Jam #A30253

Color information

#A30253 (or 0xA30253) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 53. RGB value is (163,2,83). Sum of RGB (Red+Green+Blue) = 163+2+83=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30253 is #5CFDAC. Grayscale: #3B3B3B. Windows color (decimal): -6094253 or 5440163. OLE color: 5440163.

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

Color convert

RGB163283-
CMYK00.990.490.36
HSL329.81º97.58%32.35%-
HSV(B)329.81º98.77%63.92%-
XYZ16.698.458.94-
YUV59.37141.34201.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.73%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=65.73%
G=0.81%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16328300.990.490.36329.8197.5832.35
HexA3253063312414a6220
Octal24321230143614451214240
Binary10100011101010011011000111100011001001010010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30253; }

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

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

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

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

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

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

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

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