#A91E5C

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

Shades of Jazzberry Jam #A91E5C

Tints of Jazzberry Jam #A91E5C

Color information

#A91E5C (or 0xA91E5C) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1E and 5C. RGB value is (169,30,92). Sum of RGB (Red+Green+Blue) = 169+30+92=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E5C is #56E1A3. Grayscale: #4E4E4E. Windows color (decimal): -5693860 or 6037161. OLE color: 6037161.

HSL color Cylindrical-coordinate representation of color #A91E5C: hue angle of 333.24º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E5C is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1693092-
CMYK00.820.460.34
HSL333.24º69.85%39.02%-
HSV(B)333.24º82.25%66.27%-
XYZ18.7610.1411.09-
YUV78.63135.55192.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.08%
GREEN value IS 30 (12.11% from 255) = 10.31%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=58.08%
G=10.31%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169309200.820.460.34333.2469.8539.02
HexA91E5C0522E2214d4627
Octal251361340122564251510647
Binary10101001111101011100010100101011101000101010011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E5C; }

 p { color: rgb(169,30,92); }

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

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

 a { background-color: rgb(169,30,92); }

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

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

 span { border-color: rgb(169,30,92); }

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