Html Css Color HEX #A91663 Jazzberry Jam

📋 copy color: '#A91663'

red 169 ◦ green 22 ◦ blue 99

#A91663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A91663

Tints of Jazzberry Jam #A91663

RGB

 RED value IS 169 (66.41% from 255) = 58.28%

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 58.28%
G = 7.59%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A91663 (or 0xA91663) is known color: Jazzberry Jam. HEX triplet: A9, 16 and 63. RGB value is (169,22,99). Sum of RGB (Red+Green+Blue) = 169+22+99=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A91663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91663 is #56E99C. Grayscale: #4A4A4A. Windows color (decimal): -5695901 or 6493865. OLE color: 6493865.

HSL color Cylindrical-coordinate representation of color #A91663: hue angle of 328.57º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91663 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 22 99 -
CMYK 0 0.87 0.41 0.34
HSL 328.57º 0.77% 0.37% -
HSV(B) 328.57º 0.87% 0.66% -
XYZ 18.9 9.91 12.72 -
YUV 74.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 169 22 99 0 0.87 0.41 0.34 328.57 0.77 0.37
Hex A9 16 63 0 57 29 22 149 4D 25
Octal 251 26 143 0 127 51 42 511 115 45
Binary 10101001 10110 1100011 0 1010111 101001 100010 101001001 1001101 100101

Color Harmonies of #A91663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91663

Black with #A91663

Text Example


Text Example

White with #A91663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91663; }

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

 H1.HeaderClassName
 {
   color: #A91663;
 }
 .AnyTagClassName
 {
   color: #A91663;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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