#a91b69

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

Shades of Jazzberry Jam #A91B69

Tints of Jazzberry Jam #A91B69

Color information

#A91B69 (or 0xA91B69) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1B and 69. RGB value is (169,27,105). Sum of RGB (Red+Green+Blue) = 169+27+105=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B69 is #56E496. Grayscale: #4E4E4E. Windows color (decimal): -5694615 or 6888361. OLE color: 6888361.

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

Color convert

RGB16927105-
CMYK00.840.380.34
HSL327.04º72.45%38.43%-
HSV(B)327.04º84.02%66.27%-
XYZ19.310.2414.32-
YUV78.35143.04192.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=56.15%
G=8.97%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692710500.840.380.34327.0472.4538.43
HexA91B6905426221474826
Octal251331510124464250711046
Binary10101001110111101001010101001001101000101010001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91b69; }

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

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

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

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

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

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

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

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