#A71F68

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

Shades of Jazzberry Jam #A71F68

Tints of Jazzberry Jam #A71F68

Color information

#A71F68 (or 0xA71F68) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1F and 68. RGB value is (167,31,104). Sum of RGB (Red+Green+Blue) = 167+31+104=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F68 is #58E097. Grayscale: #4F4F4F. Windows color (decimal): -5824664 or 6823847. OLE color: 6823847.

HSL color Cylindrical-coordinate representation of color #A71F68: hue angle of 327.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71F68 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16731104-
CMYK00.810.380.35
HSL327.79º68.69%38.82%-
HSV(B)327.79º81.44%65.49%-
XYZ18.9310.1914.07-
YUV79.99141.56190.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.30%
GREEN value IS 31 (12.5% from 255) = 10.26%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=55.30%
G=10.26%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673110400.810.380.35327.7968.6938.82
HexA71F6805126231484527
Octal247371500121464351010547
Binary10100111111111101000010100011001101000111010010001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F68; }

 p { color: rgb(167,31,104); }

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

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

 a { background-color: rgb(167,31,104); }

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

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

 span { border-color: rgb(167,31,104); }

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