#A92067

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

Shades of Jazzberry Jam #A92067

Tints of Jazzberry Jam #A92067

Color information

#A92067 (or 0xA92067) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 20 and 67. RGB value is (169,32,103). Sum of RGB (Red+Green+Blue) = 169+32+103=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A92067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92067 is #56DF98. Grayscale: #505050. Windows color (decimal): -5693337 or 6758569. OLE color: 6758569.

HSL color Cylindrical-coordinate representation of color #A92067: hue angle of 328.91º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92067 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16932103-
CMYK00.810.390.34
HSL328.91º68.16%39.41%-
HSV(B)328.91º81.07%66.27%-
XYZ19.3310.4513.83-
YUV81.06140.39190.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=55.59%
G=10.53%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693210300.810.390.34328.9168.1639.41
HexA9206705127221494427
Octal251401470121474251110447
Binary101010011000001100111010100011001111000101010010011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92067; }

 p { color: rgb(169,32,103); }

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

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

 a { background-color: rgb(169,32,103); }

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

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

 span { border-color: rgb(169,32,103); }

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