#A60266

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

Shades of Jazzberry Jam #A60266

Tints of Jazzberry Jam #A60266

Color information

#A60266 (or 0xA60266) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 02 and 66. RGB value is (166,2,102). Sum of RGB (Red+Green+Blue) = 166+2+102=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A60266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60266 is #59FD99. Grayscale: #3E3E3E. Windows color (decimal): -5897626 or 6685350. OLE color: 6685350.

HSL color Cylindrical-coordinate representation of color #A60266: hue angle of 323.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60266 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB1662102-
CMYK00.990.390.35
HSL323.41º97.62%32.94%-
HSV(B)323.41º98.8%65.1%-
XYZ18.159.1113.37-
YUV62.44150.33201.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=61.48%
G=0.74%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166210200.990.390.35323.4197.6232.94
HexA626606327231436221
Octal24621460143474350314241
Binary10100110101100110011000111001111000111010000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60266; }

 p { color: rgb(166,2,102); }

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

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

 a { background-color: rgb(166,2,102); }

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

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

 span { border-color: rgb(166,2,102); }

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