#A72467

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

Shades of Jazzberry Jam #A72467

Tints of Jazzberry Jam #A72467

Color information

#A72467 (or 0xA72467) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 24 and 67. RGB value is (167,36,103). Sum of RGB (Red+Green+Blue) = 167+36+103=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A72467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72467 is #58DB98. Grayscale: #525252. Windows color (decimal): -5823385 or 6759591. OLE color: 6759591.

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

Color convert

RGB16736103-
CMYK00.780.380.35
HSL329.31º64.53%39.8%-
HSV(B)329.31º78.44%65.49%-
XYZ19.0210.4613.85-
YUV82.81139.4188.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=54.58%
G=11.76%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673610300.780.380.35329.3164.5339.8
HexA7246704E26231494128
Octal247441470116464351110150
Binary101001111001001100111010011101001101000111010010011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72467; }

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

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

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

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

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

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

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

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