#A30055

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

Shades of Jazzberry Jam #A30055

Tints of Jazzberry Jam #A30055

Color information

#A30055 (or 0xA30055) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 55. RGB value is (163,0,85). Sum of RGB (Red+Green+Blue) = 163+0+85=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30055 is #5CFFAA. Grayscale: #3A3A3A. Windows color (decimal): -6094763 or 5570723. OLE color: 5570723.

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

Color convert

RGB163085-
CMYK010.480.36
HSL328.71º100%31.96%-
HSV(B)328.71º100%63.92%-
XYZ16.748.449.34-
YUV58.43143202.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=65.73%
G=0%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163085010.480.36328.7110031.96
HexA305506430241496420
Octal24301250144604451114440
Binary1010001101010101011001001100001001001010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30055; }

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

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

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

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

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

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

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

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