Html Css Color HEX #A9166D Jazzberry Jam

📋 copy color: '#A9166D'

red 169 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #A9166D

Tints of Jazzberry Jam #A9166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 56.33%
G = 7.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9166D (or 0xA9166D) is known color: Jazzberry Jam. HEX triplet: A9, 16 and 6D. RGB value is (169,22,109). Sum of RGB (Red+Green+Blue) = 169+22+109=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9166D is #56E992. Grayscale: #4B4B4B. Windows color (decimal): -5695891 or 7149225. OLE color: 7149225.

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

Color convert

RGB 169 22 109 -
CMYK 0 0.87 0.36 0.34
HSL 324.49º 0.77% 0.37% -
HSV(B) 324.49º 0.87% 0.66% -
XYZ 19.41 10.11 15.4 -
YUV 75.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 169 22 109 0 0.87 0.36 0.34 324.49 0.77 0.37
Hex A9 16 6D 0 57 24 22 144 4D 25
Octal 251 26 155 0 127 44 42 504 115 45
Binary 10101001 10110 1101101 0 1010111 100100 100010 101000100 1001101 100101

Color Harmonies of #A9166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9166D

Black with #A9166D

Text Example


Text Example

White with #A9166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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