#A71F69

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

Shades of Jazzberry Jam #A71F69

Tints of Jazzberry Jam #A71F69

Color information

#A71F69 (or 0xA71F69) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1F and 69. RGB value is (167,31,105). Sum of RGB (Red+Green+Blue) = 167+31+105=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F69 is #58E096. Grayscale: #4F4F4F. Windows color (decimal): -5824663 or 6889383. OLE color: 6889383.

HSL color Cylindrical-coordinate representation of color #A71F69: hue angle of 327.35º 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 #A71F69 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16731105-
CMYK00.810.370.35
HSL327.35º68.69%38.82%-
HSV(B)327.35º81.44%65.49%-
XYZ18.9810.2214.34-
YUV80.1142.06189.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=55.12%
G=10.23%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673110500.810.370.35327.3568.6938.82
HexA71F6905125231474527
Octal247371510121454350710547
Binary10100111111111101001010100011001011000111010001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F69; }

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

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

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

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

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

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

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

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