#A30B5A

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

Shades of Jazzberry Jam #A30B5A

Tints of Jazzberry Jam #A30B5A

Color information

#A30B5A (or 0xA30B5A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0B and 5A. RGB value is (163,11,90). Sum of RGB (Red+Green+Blue) = 163+11+90=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30B5A is #5CF4A5. Grayscale: #414141. Windows color (decimal): -6091942 or 5901219. OLE color: 5901219.

HSL color Cylindrical-coordinate representation of color #A30B5A: hue angle of 328.82º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30B5A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1631190-
CMYK00.930.450.36
HSL328.82º87.36%34.12%-
HSV(B)328.82º93.25%63.92%-
XYZ17.078.7610.46-
YUV65.45141.86197.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=61.74%
G=4.17%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163119000.930.450.36328.8287.3634.12
HexA3B5A05D2D241495722
Octal243131320135554451112742
Binary1010001110111011010010111011011011001001010010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B5A; }

 p { color: rgb(163,11,90); }

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

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

 a { background-color: rgb(163,11,90); }

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

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

 span { border-color: rgb(163,11,90); }

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