#A70353

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

Shades of Jazzberry Jam #A70353

Tints of Jazzberry Jam #A70353

Color information

#A70353 (or 0xA70353) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 03 and 53. RGB value is (167,3,83). Sum of RGB (Red+Green+Blue) = 167+3+83=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A70353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70353 is #58FCAC. Grayscale: #3D3D3D. Windows color (decimal): -5831853 or 5440423. OLE color: 5440423.

HSL color Cylindrical-coordinate representation of color #A70353: hue angle of 330.73º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70353 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB167383-
CMYK00.980.500.35
HSL330.73º96.47%33.33%-
HSV(B)330.73º98.2%65.49%-
XYZ17.538.918.98-
YUV61.16140.33203.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=66.01%
G=1.19%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16738300.980.500.35330.7396.4733.33
HexA7353062322314b6021
Octal24731230142624351314041
Binary10100111111010011011000101100101000111010010111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70353; }

 p { color: rgb(167,3,83); }

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

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

 a { background-color: rgb(167,3,83); }

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

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

 span { border-color: rgb(167,3,83); }

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