#A4185C

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

Shades of Jazzberry Jam #A4185C

Tints of Jazzberry Jam #A4185C

Color information

#A4185C (or 0xA4185C) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 18 and 5C. RGB value is (164,24,92). Sum of RGB (Red+Green+Blue) = 164+24+92=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4185C is #5BE7A3. Grayscale: #494949. Windows color (decimal): -6023076 or 6035620. OLE color: 6035620.

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

Color convert

RGB1642492-
CMYK00.850.440.36
HSL330.86º74.47%36.86%-
HSV(B)330.86º85.37%64.31%-
XYZ17.579.3211-
YUV73.61138.38192.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.57%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=58.57%
G=8.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164249200.850.440.36330.8674.4736.86
HexA4185C0552C2414b4a25
Octal244301340125544451311245
Binary10100100110001011100010101011011001001001010010111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4185C; }

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

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

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

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

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

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

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

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