#A92063

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

Shades of Jazzberry Jam #A92063

Tints of Jazzberry Jam #A92063

Color information

#A92063 (or 0xA92063) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 20 and 63. RGB value is (169,32,99). Sum of RGB (Red+Green+Blue) = 169+32+99=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A92063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92063 is #56DF9C. Grayscale: #505050. Windows color (decimal): -5693341 or 6496425. OLE color: 6496425.

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

Color convert

RGB1693299-
CMYK00.810.410.34
HSL330.66º68.16%39.41%-
HSV(B)330.66º81.07%66.27%-
XYZ19.1310.3712.8-
YUV80.6138.39191.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 32 (12.89% from 255) = 10.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=56.33%
G=10.67%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169329900.810.410.34330.6668.1639.41
HexA92063051292214b4427
Octal251401430121514251310447
Binary101010011000001100011010100011010011000101010010111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92063; }

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

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

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

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

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

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

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

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