#A00148

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

Shades of Jazzberry Jam #A00148

Tints of Jazzberry Jam #A00148

Color information

#A00148 (or 0xA00148) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 01 and 48. RGB value is (160,1,72). Sum of RGB (Red+Green+Blue) = 160+1+72=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00148 is #5FFEB7. Grayscale: #383838. Windows color (decimal): -6291128 or 4719008. OLE color: 4719008.

HSL color Cylindrical-coordinate representation of color #A00148: hue angle of 333.21º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00148 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB160172-
CMYK00.990.550.37
HSL333.21º98.76%31.57%-
HSV(B)333.21º99.37%62.75%-
XYZ15.687.966.84-
YUV56.64136.68201.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=68.67%
G=0.43%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16017200.990.550.37333.2198.7631.57
HexA0148063372514d6320
Octal24011100143674551514340
Binary1010000011001000011000111101111001011010011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00148; }

 p { color: rgb(160,1,72); }

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

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

 a { background-color: rgb(160,1,72); }

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

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

 span { border-color: rgb(160,1,72); }

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