#A30061

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

Shades of Jazzberry Jam #A30061

Tints of Jazzberry Jam #A30061

Color information

#A30061 (or 0xA30061) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 61. RGB value is (163,0,97). Sum of RGB (Red+Green+Blue) = 163+0+97=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A30061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30061 is #5CFF9E. Grayscale: #3B3B3B. Windows color (decimal): -6094751 or 6357155. OLE color: 6357155.

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

Color convert

RGB163097-
CMYK010.400.36
HSL324.29º100%31.96%-
HSV(B)324.29º100%63.92%-
XYZ17.268.6512.07-
YUV59.79149201.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=62.69%
G=0%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163097010.400.36324.2910031.96
HexA306106428241446420
Octal24301410144504450414440
Binary1010001101100001011001001010001001001010001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30061; }

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

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

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

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

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

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

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

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