Html Css Color HEX #A9136E Jazzberry Jam

📋 copy color: '#A9136E'

red 169 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #A9136E

Tints of Jazzberry Jam #A9136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 56.71%
G = 6.38%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9136E (or 0xA9136E) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 6E. RGB value is (169,19,110). Sum of RGB (Red+Green+Blue) = 169+19+110=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9136E is #56EC91. Grayscale: #4A4A4A. Windows color (decimal): -5696658 or 7213993. OLE color: 7213993.

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

Color convert

RGB 169 19 110 -
CMYK 0 0.89 0.35 0.34
HSL 323.6º 0.8% 0.37% -
HSV(B) 323.6º 0.89% 0.66% -
XYZ 19.41 10.03 15.66 -
YUV 74.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 169 19 110 0 0.89 0.35 0.34 323.6 0.8 0.37
Hex A9 13 6E 0 59 23 22 144 50 25
Octal 251 23 156 0 131 43 42 504 120 45
Binary 10101001 10011 1101110 0 1011001 100011 100010 101000100 1010000 100101

Color Harmonies of #A9136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9136E

Black with #A9136E

Text Example


Text Example

White with #A9136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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