Html Css Color HEX #A9136D Jazzberry Jam

📋 copy color: '#A9136D'

red 169 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #A9136D

Tints of Jazzberry Jam #A9136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 56.9%
G = 6.4%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9136D (or 0xA9136D) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 6D. RGB value is (169,19,109). Sum of RGB (Red+Green+Blue) = 169+19+109=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9136D is #56EC92. Grayscale: #494949. Windows color (decimal): -5696659 or 7148457. OLE color: 7148457.

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

Color convert

RGB 169 19 109 -
CMYK 0 0.89 0.36 0.34
HSL 324º 0.8% 0.37% -
HSV(B) 324º 0.89% 0.66% -
XYZ 19.36 10 15.38 -
YUV 74.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 169 19 109 0 0.89 0.36 0.34 324 0.8 0.37
Hex A9 13 6D 0 59 24 22 144 50 25
Octal 251 23 155 0 131 44 42 504 120 45
Binary 10101001 10011 1101101 0 1011001 100100 100010 101000100 1010000 100101

Color Harmonies of #A9136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9136D

Black with #A9136D

Text Example


Text Example

White with #A9136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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