#A91E68

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

Shades of Jazzberry Jam #A91E68

Tints of Jazzberry Jam #A91E68

Color information

#A91E68 (or 0xA91E68) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1E and 68. RGB value is (169,30,104). Sum of RGB (Red+Green+Blue) = 169+30+104=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E68 is #56E197. Grayscale: #4F4F4F. Windows color (decimal): -5693848 or 6823593. OLE color: 6823593.

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

Color convert

RGB16930104-
CMYK00.820.380.34
HSL328.06º69.85%39.02%-
HSV(B)328.06º82.25%66.27%-
XYZ19.3310.3614.08-
YUV80141.55191.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=55.78%
G=9.90%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693010400.820.380.34328.0669.8539.02
HexA91E6805226221484627
Octal251361500122464251010647
Binary10101001111101101000010100101001101000101010010001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E68; }

 p { color: rgb(169,30,104); }

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

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

 a { background-color: rgb(169,30,104); }

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

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

 span { border-color: rgb(169,30,104); }

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