#A71F67

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

Shades of Jazzberry Jam #A71F67

Tints of Jazzberry Jam #A71F67

Color information

#A71F67 (or 0xA71F67) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1F and 67. RGB value is (167,31,103). Sum of RGB (Red+Green+Blue) = 167+31+103=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F67 is #58E098. Grayscale: #4F4F4F. Windows color (decimal): -5824665 or 6758311. OLE color: 6758311.

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

Color convert

RGB16731103-
CMYK00.810.380.35
HSL328.24º68.69%38.82%-
HSV(B)328.24º81.44%65.49%-
XYZ18.8710.1713.8-
YUV79.87141.06190.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=55.48%
G=10.30%
B=34.22%

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
Decimal1673110300.810.380.35328.2468.6938.82
HexA71F6705126231484527
Octal247371470121464351010547
Binary10100111111111100111010100011001101000111010010001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F67; }

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

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

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

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

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

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

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

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