#A30E6D

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

Shades of Jazzberry Jam #A30E6D

Tints of Jazzberry Jam #A30E6D

Color information

#A30E6D (or 0xA30E6D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0E and 6D. RGB value is (163,14,109). Sum of RGB (Red+Green+Blue) = 163+14+109=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E6D is #5CF192. Grayscale: #454545. Windows color (decimal): -6091155 or 7147171. OLE color: 7147171.

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

Color convert

RGB16314109-
CMYK00.910.330.36
HSL321.74º84.18%34.71%-
HSV(B)321.74º91.41%63.92%-
XYZ18.029.215.29-
YUV69.38150.36194.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 14 (5.86% from 255) = 4.90%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=56.99%
G=4.90%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631410900.910.330.36321.7484.1834.71
HexA3E6D05B21241425423
Octal243161550133414450212443
Binary1010001111101101101010110111000011001001010000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E6D; }

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

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

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

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

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

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

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

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