Html Css Color HEX #A3136B Jazzberry Jam

📋 copy color: '#A3136B'

red 163 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #A3136B

Tints of Jazzberry Jam #A3136B

RGB

 RED value IS 163 (64.06% from 255) = 56.4%

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 56.4%
G = 6.57%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3136B (or 0xA3136B) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 6B. RGB value is (163,19,107). Sum of RGB (Red+Green+Blue) = 163+19+107=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3136B is #5CEC94. Grayscale: #474747. Windows color (decimal): -6089877 or 7017379. OLE color: 7017379.

HSL color Cylindrical-coordinate representation of color #A3136B: hue angle of 323.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3136B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 107 -
CMYK 0 0.88 0.34 0.36
HSL 323.33º 0.79% 0.36% -
HSV(B) 323.33º 0.88% 0.64% -
XYZ 17.99 9.31 14.76 -
YUV 72.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 163 19 107 0 0.88 0.34 0.36 323.33 0.79 0.36
Hex A3 13 6B 0 58 22 24 143 4F 24
Octal 243 23 153 0 130 42 44 503 117 44
Binary 10100011 10011 1101011 0 1011000 100010 100100 101000011 1001111 100100

Color Harmonies of #A3136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3136B

Black with #A3136B

Text Example


Text Example

White with #A3136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3136B; }

 p { color: rgb(163,19,107); }

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

background-color css

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

 a { background-color: rgb(163,19,107); }

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

border-color css

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

 span { border-color: rgb(163,19,107); }

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