#A41B68

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

Shades of Jazzberry Jam #A41B68

Tints of Jazzberry Jam #A41B68

Color information

#A41B68 (or 0xA41B68) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1B and 68. RGB value is (164,27,104). Sum of RGB (Red+Green+Blue) = 164+27+104=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B68 is #5BE497. Grayscale: #4C4C4C. Windows color (decimal): -6022296 or 6822820. OLE color: 6822820.

HSL color Cylindrical-coordinate representation of color #A41B68: hue angle of 326.28º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B68 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16427104-
CMYK00.840.370.36
HSL326.28º71.73%37.45%-
HSV(B)326.28º83.54%64.31%-
XYZ18.29.6814.01-
YUV76.74143.39190.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=55.59%
G=9.15%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642710400.840.370.36326.2871.7337.45
HexA41B6805425241464825
Octal244331500124454450611045
Binary10100100110111101000010101001001011001001010001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B68; }

 p { color: rgb(164,27,104); }

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

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

 a { background-color: rgb(164,27,104); }

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

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

 span { border-color: rgb(164,27,104); }

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