#A71D69

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

Shades of Jazzberry Jam #A71D69

Tints of Jazzberry Jam #A71D69

Color information

#A71D69 (or 0xA71D69) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1D and 69. RGB value is (167,29,105). Sum of RGB (Red+Green+Blue) = 167+29+105=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D69 is #58E296. Grayscale: #4E4E4E. Windows color (decimal): -5825175 or 6888871. OLE color: 6888871.

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

Color convert

RGB16729105-
CMYK00.830.370.35
HSL326.96º70.41%38.43%-
HSV(B)326.96º82.63%65.49%-
XYZ18.9310.1114.32-
YUV78.93142.72190.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=55.48%
G=9.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672910500.830.370.35326.9670.4138.43
HexA71D6905325231474626
Octal247351510123454350710646
Binary10100111111011101001010100111001011000111010001111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71D69; }

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

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

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

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

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

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

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

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