#A30060

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

Shades of Jazzberry Jam #A30060

Tints of Jazzberry Jam #A30060

Color information

#A30060 (or 0xA30060) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 60. RGB value is (163,0,96). Sum of RGB (Red+Green+Blue) = 163+0+96=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A30060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30060 is #5CFF9F. Grayscale: #3B3B3B. Windows color (decimal): -6094752 or 6291619. OLE color: 6291619.

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

Color convert

RGB163096-
CMYK010.410.36
HSL324.66º100%31.96%-
HSV(B)324.66º100%63.92%-
XYZ17.228.6311.82-
YUV59.68148.5201.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=62.93%
G=0%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163096010.410.36324.6610031.96
HexA306006429241456420
Octal24301400144514450514440
Binary1010001101100000011001001010011001001010001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30060; }

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

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

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

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

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

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

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

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