#A41858

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

Shades of Jazzberry Jam #A41858

Tints of Jazzberry Jam #A41858

Color information

#A41858 (or 0xA41858) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 18 and 58. RGB value is (164,24,88). Sum of RGB (Red+Green+Blue) = 164+24+88=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A41858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41858 is #5BE7A7. Grayscale: #494949. Windows color (decimal): -6023080 or 5773476. OLE color: 5773476.

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

Color convert

RGB1642488-
CMYK00.850.460.36
HSL332.57º74.47%36.86%-
HSV(B)332.57º85.37%64.31%-
XYZ17.49.2510.1-
YUV73.16136.38192.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=59.42%
G=8.70%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164248800.850.460.36332.5774.4736.86
HexA418580552E2414d4a25
Octal244301300125564451511245
Binary10100100110001011000010101011011101001001010011011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41858; }

 p { color: rgb(164,24,88); }

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

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

 a { background-color: rgb(164,24,88); }

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

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

 span { border-color: rgb(164,24,88); }

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