#A91B66

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

Shades of Jazzberry Jam #A91B66

Tints of Jazzberry Jam #A91B66

Color information

#A91B66 (or 0xA91B66) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1B and 66. RGB value is (169,27,102). Sum of RGB (Red+Green+Blue) = 169+27+102=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B66 is #56E499. Grayscale: #4D4D4D. Windows color (decimal): -5694618 or 6691753. OLE color: 6691753.

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

Color convert

RGB16927102-
CMYK00.840.400.34
HSL328.31º72.45%38.43%-
HSV(B)328.31º84.02%66.27%-
XYZ19.1510.1813.53-
YUV78.01141.54192.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.71%
GREEN value IS 27 (10.94% from 255) = 9.06%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=56.71%
G=9.06%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692710200.840.400.34328.3172.4538.43
HexA91B6605428221484826
Octal251331460124504251011046
Binary10101001110111100110010101001010001000101010010001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B66; }

 p { color: rgb(169,27,102); }

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

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

 a { background-color: rgb(169,27,102); }

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

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

 span { border-color: rgb(169,27,102); }

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