#A41B6A

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

Shades of Jazzberry Jam #A41B6A

Tints of Jazzberry Jam #A41B6A

Color information

#A41B6A (or 0xA41B6A) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1B and 6A. RGB value is (164,27,106). Sum of RGB (Red+Green+Blue) = 164+27+106=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B6A is #5BE495. Grayscale: #4C4C4C. Windows color (decimal): -6022294 or 6953892. OLE color: 6953892.

HSL color Cylindrical-coordinate representation of color #A41B6A: hue angle of 325.4º 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 #A41B6A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16427106-
CMYK00.840.350.36
HSL325.4º71.73%37.45%-
HSV(B)325.4º83.54%64.31%-
XYZ18.39.7214.55-
YUV76.97144.39190.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.22%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=55.22%
G=9.09%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642710600.840.350.36325.471.7337.45
HexA41B6A05423241454825
Octal244331520124434450511045
Binary10100100110111101010010101001000111001001010001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B6A; }

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

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

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

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

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

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

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

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