#a91f63

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

Shades of Jazzberry Jam #A91F63

Tints of Jazzberry Jam #A91F63

Color information

#A91F63 (or 0xA91F63) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1F and 63. RGB value is (169,31,99). Sum of RGB (Red+Green+Blue) = 169+31+99=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91F63 is #56E09C. Grayscale: #4F4F4F. Windows color (decimal): -5693597 or 6496169. OLE color: 6496169.

HSL color Cylindrical-coordinate representation of color #A91F63: hue angle of 330.43º degrees, saturation: 0.69, 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 #A91F63 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1693199-
CMYK00.820.410.34
HSL330.43º69%39.22%-
HSV(B)330.43º81.66%66.27%-
XYZ19.110.3212.79-
YUV80.01138.72191.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 31 (12.5% from 255) = 10.37%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=56.52%
G=10.37%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169319900.820.410.34330.436939.22
HexA91F63052292214a4527
Octal251371430122514251210547
Binary10101001111111100011010100101010011000101010010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91f63; }

 p { color: rgb(169,31,99); }

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

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

 a { background-color: rgb(169,31,99); }

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

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

 span { border-color: rgb(169,31,99); }

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