Html Css Color HEX #A9136C Jazzberry Jam

📋 copy color: '#A9136C'

red 169 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #A9136C

Tints of Jazzberry Jam #A9136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 57.09%
G = 6.42%
B = 36.49%

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

#A9136C (or 0xA9136C) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 6C. RGB value is (169,19,108). Sum of RGB (Red+Green+Blue) = 169+19+108=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A9136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9136C is #56EC93. Grayscale: #494949. Windows color (decimal): -5696660 or 7082921. OLE color: 7082921.

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

Color convert

RGB 169 19 108 -
CMYK 0 0.89 0.36 0.34
HSL 324.4º 0.8% 0.37% -
HSV(B) 324.4º 0.89% 0.66% -
XYZ 19.3 9.98 15.1 -
YUV 74 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 169 19 108 0 0.89 0.36 0.34 324.4 0.8 0.37
Hex A9 13 6C 0 59 24 22 144 50 25
Octal 251 23 154 0 131 44 42 504 120 45
Binary 10101001 10011 1101100 0 1011001 100100 100010 101000100 1010000 100101

Color Harmonies of #A9136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9136C

Black with #A9136C

Text Example


Text Example

White with #A9136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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