#A00643

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

Shades of Jazzberry Jam #A00643

Tints of Jazzberry Jam #A00643

Color information

#A00643 (or 0xA00643) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 06 and 43. RGB value is (160,6,67). Sum of RGB (Red+Green+Blue) = 160+6+67=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00643 is #5FF9BC. Grayscale: #3A3A3A. Windows color (decimal): -6289853 or 4392608. OLE color: 4392608.

HSL color Cylindrical-coordinate representation of color #A00643: hue angle of 336.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00643 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB160667-
CMYK00.960.580.37
HSL336.23º92.77%32.55%-
HSV(B)336.23º96.25%62.75%-
XYZ15.588.016.04-
YUV59132.52200.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=68.67%
G=2.58%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16066700.960.580.37336.2392.7732.55
HexA06430603A251505d21
Octal24061030140724552013541
Binary101000001101000011011000001110101001011010100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00643; }

 p { color: rgb(160,6,67); }

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

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

 a { background-color: rgb(160,6,67); }

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

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

 span { border-color: rgb(160,6,67); }

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