#A30E44

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

Shades of Jazzberry Jam #A30E44

Tints of Jazzberry Jam #A30E44

Color information

#A30E44 (or 0xA30E44) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0E and 44. RGB value is (163,14,68). Sum of RGB (Red+Green+Blue) = 163+14+68=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E44 is #5CF1BB. Grayscale: #404040. Windows color (decimal): -6091196 or 4460195. OLE color: 4460195.

HSL color Cylindrical-coordinate representation of color #A30E44: hue angle of 338.26º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E44 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1631468-
CMYK00.910.580.36
HSL338.26º84.18%34.71%-
HSV(B)338.26º91.41%63.92%-
XYZ16.38.526.25-
YUV64.71129.86198.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=66.53%
G=5.71%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163146800.910.580.36338.2684.1834.71
HexA3E4405B3A241525423
Octal243161040133724452212443
Binary1010001111101000100010110111110101001001010100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E44; }

 p { color: rgb(163,14,68); }

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

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

 a { background-color: rgb(163,14,68); }

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

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

 span { border-color: rgb(163,14,68); }

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