#A0266F

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

Shades of Jazzberry Jam #A0266F

Tints of Jazzberry Jam #A0266F

Color information

#A0266F (or 0xA0266F) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 26 and 6F. RGB value is (160,38,111). Sum of RGB (Red+Green+Blue) = 160+38+111=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0266F is #5FD990. Grayscale: #525252. Windows color (decimal): -6281617 or 7284384. OLE color: 7284384.

HSL color Cylindrical-coordinate representation of color #A0266F: hue angle of 324.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0266F is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16038111-
CMYK00.760.310.37
HSL324.1º61.62%38.82%-
HSV(B)324.1º76.25%62.75%-
XYZ18.0610.0116.02-
YUV82.8143.92183.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=51.78%
G=12.30%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603811100.760.310.37324.161.6238.82
HexA0266F04C1F251443e27
Octal24046157011437455047647
Binary1010000010011011011110100110011111100101101000100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0266F; }

 p { color: rgb(160,38,111); }

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

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

 a { background-color: rgb(160,38,111); }

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

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

 span { border-color: rgb(160,38,111); }

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